]> 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 Development Team <asteriskteam@digium.com>
Thu, 20 Mar 2025 18:29:21 +0000 (18:29 +0000)
commit5f7a604095e02176dc5c4a7160d56bd06709e1b6
tree1ffeb80adaf0d5cb5f2858f4c2b72e7589134b41
parent8b2a47ec514a7f8cd0a7093f2dcbefe881672803
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
(cherry picked from commit a78ec5e7bf061ffb20be154eaf2208d2a59dce7d)
utils/Makefile