]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Wed, 29 Jan 2025 15:16:10 +0000 (15:16 +0000)
commit9bb081a090e929d0951aa6dbda3bc54261b9f31f
tree4d9db31584f4ad762289e4df605ce1aa18126544
parenteb80d997acfd7cd1ee1718b218df11249aaff9fb
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