]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: don't suppress irrelevant warnings 111/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 2 Jun 2015 20:39:07 +0000 (22:39 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 8 Jun 2015 21:43:56 +0000 (23:43 +0200)
We do not trigger these warnings so no need to suppress them.

configure.ac

index 2625e0d15bef5ae9a0c8c36c65b2d7583a6fd68d..571907593471ca66e92ec20ffc0b947e055d2170 100644 (file)
@@ -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 \