From fb9aa3aa6fd1883e5728c7412056556b63716b7b Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 26 Nov 2015 15:03:56 +0100 Subject: [PATCH] Enable -Wpointer-sign warnings for autotools and cmake. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93069 Reviewed-by: Simon McVittie --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d9e5ef4a6..18236c0d7 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 \ ]) -- 2.47.3