Disable a couple of overly aggressive warnings
-Wextra and -Wpedantic are creating more noise than useful warnings. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
506bcec3cd
commit
f5aee8198f
@ -182,9 +182,7 @@ AC_CHECK_FUNCS([getopt_long])
|
|||||||
|
|
||||||
# Checks for supported compiler options.
|
# Checks for supported compiler options.
|
||||||
AX_APPEND_COMPILE_FLAGS([ \
|
AX_APPEND_COMPILE_FLAGS([ \
|
||||||
-pedantic \
|
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wextra \
|
|
||||||
-Wshadow \
|
-Wshadow \
|
||||||
-Wrestrict \
|
-Wrestrict \
|
||||||
-Wformat=2 \
|
-Wformat=2 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user