summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2017-02-16 16:29:33 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2017-02-16 16:36:31 +0000
commitefc9ec52694785a9a8c1786af9164eb16fa03173 (patch)
treea907736e630f6a4be3b2f7848fb28fc0966c6e88
parent8116f98b49c2389e66c8715cf02782515fe99579 (diff)
downloaddbus-efc9ec52694785a9a8c1786af9164eb16fa03173.tar.gz
Disable some mostly cosmetic compiler warnings
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>
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dee06f4a..d1d8fe66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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