Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
build: Use -Wvariadic-macros warning
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann committed Mar 28, 2019
1 parent 7ac111c commit 80db8fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ 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"
Expand Down

0 comments on commit 80db8fd

Please sign in to comment.