X-Git-Url: http://winboard.nl/cgi-bin?p=gnushogi.git;a=blobdiff_plain;f=configure.ac;h=e6ab85fbdc33656b0cca45fee2dd7fb511dc688f;hp=9b8039df840882bfd6f5fcd4d395cd32a9308bbd;hb=411d29916e5e7691271850a5f723e3b1f2d61721;hpb=b0b03e50b6184ced62b9550275f566c45ba75122 diff --git a/configure.ac b/configure.ac index 9b8039d..e6ab85f 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_CHECK_LIB([termcap], [tgoto]) if [[ $ac_cv_c_compiler_gnu = yes ]] then -WARNINGS="-Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic" +WARNINGS="-Wall -Wno-implicit-int -Wstrict-prototypes -ansi" CEXTRAFLAGS="-fsigned-char -funroll-loops" else # Who knows what warnings your compiler uses?