diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-06-02 22:39:07 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-06-08 23:43:56 +0200 |
commit | 00c11bc53a1d379b0d6cf8efc5306a8cb0833b43 (patch) | |
tree | 801908a20b90bec0abab297d9876c8b5103bdabf | |
parent | 02776da6ec90d28799561407d8a07f76d1c2c120 (diff) |
build-sys: don't suppress irrelevant warnings
We do not trigger these warnings so no need to suppress them.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 2625e0d15b..5719075934 100644 --- a/configure.ac +++ b/configure.ac @@ -149,7 +149,6 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -pipe \ -Wall \ -Wextra \ - -Wno-inline \ -Wundef \ "-Wformat=2 -Wformat-security -Wformat-nonliteral" \ -Wlogical-op \ @@ -169,11 +168,8 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -Wendif-labels \ -Wstrict-aliasing=2 \ -Wwrite-strings \ - -Wno-long-long \ - -Wno-overlength-strings \ -Wno-unused-parameter \ -Wno-missing-field-initializers \ - -Wno-unused-result \ -Wno-format-signedness \ -Werror=overflow \ -Wdate-time \ |