]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Disable some mostly cosmetic compiler warnings
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 16 Feb 2017 16:29:33 +0000 (16:29 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 16 Feb 2017 16:36:31 +0000 (16:36 +0000)
We are not going to fix compiler warnings in a security-fix-only
branch: it's too much regression risk for too little benefit. If they
demonstrate a security bug, then we'll backport the fix for the
security bug.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
configure.ac

index dee06f4a2f3f83b80d2a722471602c7bc56c1317..d1d8fe66b4aa095fef03c0e078a098752e72291d 100644 (file)
@@ -1353,6 +1353,8 @@ TP_COMPILER_WARNINGS([WARNING_CFLAGS],
    sign-compare \
    pointer-sign \
    type-limits \
+   misleading-indentation \
+   unused-const-variable \
   ])
 
 if test "x$GCC" = "xyes"; then