]> 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:34:07 +0000 (18:34 +0000)
commitc0ed22368af384d542ea5e52f7115d8294d26169
tree2b04a1ee8522849bd2cb12d00de8767aadc391f0
parentb31d457d0a1f1ad1d50610543bfb3fc5bfd6e1c4
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 5b2f36ffae330961a43503db83114618e4667848)
utils/Makefile