diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 91c0f49..d576976 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,7 @@ requires: - mate-common variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" build_scripts: - ./autogen.sh --enable-compile-warnings=maximum |