From: Ralf Habacker Date: Thu, 26 Nov 2015 14:03:56 +0000 (+0100) Subject: Enable -Wpointer-sign warnings for autotools and cmake. X-Git-Tag: dbus-1.12.0~485 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb9aa3aa6fd1883e5728c7412056556b63716b7b;p=platform%2Fupstream%2Fdbus.git Enable -Wpointer-sign warnings for autotools and cmake. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93069 Reviewed-by: Simon McVittie --- diff --git a/configure.ac b/configure.ac index d9e5ef4..18236c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1326,6 +1326,7 @@ TP_COMPILER_WARNINGS([WARNING_CFLAGS], missing-prototypes \ nested-externs \ pointer-arith \ + pointer-sign \ cast-align \ no-address \ float-equal \ @@ -1348,7 +1349,6 @@ TP_COMPILER_WARNINGS([WARNING_CFLAGS], [$DISABLE_UNUSED_WARNINGS \ missing-field-initializers \ unused-parameter \ - pointer-sign \ type-limits \ ])