talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit aa0633904307becbb1096bbe2438a82293aa5627
parent 53cfc95d4c5d9da4213072990e7b76eadecf86d3
Author: Oliver Lowe <o@olowe.co>
Date:   Wed,  6 Aug 2025 17:41:46 +0700

Just set all compiler warnings

And -Wpointer-sign was added sometime between 2002 and 2006 so why are
we checking...

Diffstat:
Mconfigure.ac | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -199,16 +199,6 @@ if test $USE_MAINTAINER_MODE = yes; then AM_CFLAGS="$AM_CFLAGS -g" fi -AC_MSG_CHECKING([if gcc supports -Wno-pointer-sign]) -_gcc_cflags_save=$CFLAGS -CFLAGS="-Wno-pointer-sign" -AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],_gcc_psign=yes,_gcc_psign=no) -AC_MSG_RESULT($_gcc_psign) -CFLAGS=$_gcc_cflags_save; -if test x"$_gcc_psign" = xyes ; then - AM_CFLAGS="$AM_CFLAGS -Wno-pointer-sign" -fi - pthread_name= case "$target" in *-darwin*)