mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-25 01:00:30 +01:00
Don't warn about deprecated declarations in this stable branch
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=44413
This commit is contained in:
parent
08dd53c14b
commit
4ebb275ab7
1 changed files with 4 additions and 0 deletions
|
|
@ -1232,9 +1232,13 @@ TP_COMPILER_WARNINGS([WARNING_CFLAGS],
|
|||
dnl disable these warnings if possible, make them non-fatal if possible,
|
||||
dnl and don't enable -Werror unless we succeeded:
|
||||
dnl (unused is by design, sign-compare and pointer-sign are fd.o #17433)
|
||||
dnl
|
||||
dnl Because this is a stable branch, we're also not going to fix any
|
||||
dnl uses of deprecated functions.
|
||||
[unused \
|
||||
sign-compare \
|
||||
pointer-sign \
|
||||
deprecated-declarations \
|
||||
])
|
||||
|
||||
if test "x$GCC" = "xyes"; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue