]> git.ipfire.org Git - thirdparty/asterisk.git/commit
utils: Disable old style definition warnings for libdb.
authorNaveen Albert <asterisk@phreaknet.org>
Fri, 24 Jan 2025 01:08:23 +0000 (20:08 -0500)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 29 Jan 2025 15:16:16 +0000 (15:16 +0000)
commit5c9dd380f55874d54a5a1874ced8cd4c1473ac8e
treec53c7503558b84bcc022da10aba32d8b8887f7e1
parentcd60142c76291e349e3600bf0a1557a3f4bafe71
utils: Disable old style definition warnings for libdb.

Newer versions of gcc now warn about old style definitions, such
as those in libdb, which causes compilation failure with DEVMODE
enabled. Ignore these warnings for libdb.

Resolves: #1085
utils/Makefile