diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 996a9fb..10fa5fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ requires: - meson variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" build_scripts: - ./autogen.sh |