mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 15:20:42 +01:00
build: Drop Werror=variadic-macros
The following commit: 80db8fd86c0c ("build: Use -Wvariadic-macros warning") added a warning about variadic-macros. But it isn't quite clear why since variadic macros are used throghout iwd. GCC doesn't honor this option, but clang does. Since there's no real reason to stop using variadic macros at this time, drop this warning.
This commit is contained in:
parent
b42923dc5d
commit
8465dddcab
@ -58,7 +58,6 @@ AC_DEFUN([COMPILER_FLAGS], [
|
||||
CFLAGS+=" -Wdeclaration-after-statement"
|
||||
CFLAGS+=" -Wmissing-declarations"
|
||||
CFLAGS+=" -Wredundant-decls"
|
||||
CFALGS+=" -Wvariadic-macros"
|
||||
CFLAGS+=" -Wformat -Wformat-security"
|
||||
if ( $CC -v 2>/dev/null | grep "gcc version" ); then
|
||||
CFLAGS+=" -Wcast-align"
|
||||
|
Loading…
x
Reference in New Issue
Block a user