diff options
author | monsta <[email protected]> | 2016-01-25 18:02:46 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-25 18:02:46 +0300 |
commit | 05ccd83502c546c7878d38435b91c13b62b6201c (patch) | |
tree | 256ceadaced59e2a8d8cfcf2f4b6a4dfa01d6d11 | |
parent | 65268c513aeb225cbd7a8b0e16c566191eb0fd01 (diff) | |
download | mate-utils-05ccd83502c546c7878d38435b91c13b62b6201c.tar.bz2 mate-utils-05ccd83502c546c7878d38435b91c13b62b6201c.tar.xz |
configure.ac: remove idiotic -Werror from "maintainer flags"
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8b897300..e0ba82ec 100644 --- a/configure.ac +++ b/configure.ac @@ -333,7 +333,7 @@ AC_ARG_ENABLE([maintainer-flags], AS_IF([test "x$enable_maintainer_flags" = "xyes" && test "x$GCC" = "xyes"], [ - MAINTAINER_CFLAGS="-Werror -Wall -Wshadow -Wcast-align -Wno-uninitialized -Wformat-security -Winit-self" + MAINTAINER_CFLAGS="-Wall -Wshadow -Wcast-align -Wno-uninitialized -Wformat-security -Winit-self" AC_SUBST(MAINTAINER_CFLAGS) ] ) |