mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-30 17:48:14 +02:00
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:
parent
a511e9e4b8
commit
88e0ccb2d3
1 changed files with 1 additions and 0 deletions
|
|
@ -1387,6 +1387,7 @@ TP_COMPILER_WARNINGS([WARNING_CFLAGS],
|
||||||
dnl - type-limits is probably a bug too, but having the rest of -Wextra
|
dnl - type-limits is probably a bug too, but having the rest of -Wextra
|
||||||
dnl is better than nothing
|
dnl is better than nothing
|
||||||
[$DISABLE_UNUSED_WARNINGS \
|
[$DISABLE_UNUSED_WARNINGS \
|
||||||
|
deprecated-declarations \
|
||||||
missing-field-initializers \
|
missing-field-initializers \
|
||||||
unused-parameter \
|
unused-parameter \
|
||||||
pointer-sign \
|
pointer-sign \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue