Disable deprecation warnings for stable branch

We're not going to replace deprecated functions here.

Signed-off-by: Simon McVittie <smcv@debian.org>
Reviewed-by: Colin Walters <walters@verbum.org>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98157
This commit is contained in:
Simon McVittie 2016-10-07 21:38:05 +01:00
parent a511e9e4b8
commit 88e0ccb2d3

View file

@ -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 \