1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Doh, revert -Wunused-parameter arg

This commit is contained in:
Jonas Fonseca 2005-12-06 12:35:48 +01:00 committed by Jonas Fonseca
parent df8aae9742
commit 746cee981c

View File

@ -1241,7 +1241,7 @@ if test "x$ac_cv_prog_gcc" = "xyes"; then
4.*) 4.*)
# Do not show warnings related to (char * | unsigned char *) type # Do not show warnings related to (char * | unsigned char *) type
# difference. # difference.
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign -Wunused-parameter" CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign"
;; ;;
*) *)
# These should be ok using -Werror # These should be ok using -Werror