From 88e0ccb2d3e44d5f5c44fb49afa05485e0d9ff0f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 7 Oct 2016 21:38:05 +0100 Subject: [PATCH] Disable deprecation warnings for stable branch We're not going to replace deprecated functions here. Signed-off-by: Simon McVittie Reviewed-by: Colin Walters Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98157 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 8fd15a4a0..4b3f2cfcb 100644 --- a/configure.ac +++ b/configure.ac @@ -1387,6 +1387,7 @@ TP_COMPILER_WARNINGS([WARNING_CFLAGS], dnl - type-limits is probably a bug too, but having the rest of -Wextra dnl is better than nothing [$DISABLE_UNUSED_WARNINGS \ + deprecated-declarations \ missing-field-initializers \ unused-parameter \ pointer-sign \ -- 2.47.3