]> 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:12 +0000 (15:16 +0000)
commita78ec5e7bf061ffb20be154eaf2208d2a59dce7d
treec182c136f6adcf510f34a8ca5c9dcfb3c7a82dfd
parentc22837543190eb23fd8655695fc93f8d311642a3
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