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:
parent
df8aae9742
commit
746cee981c
@ -1241,7 +1241,7 @@ if test "x$ac_cv_prog_gcc" = "xyes"; then
|
||||
4.*)
|
||||
# Do not show warnings related to (char * | unsigned char *) type
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user