]> 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:18:29 +0000 (18:18 +0000)
commitc1ca76f0947478e2a3f223ad86185c685309eff1
treeff39392703ac0cc4df72e79dd492f2884378e46a
parenta53d5960ac9c35300f808c11c808a89886a5a9da
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 9bb081a090e929d0951aa6dbda3bc54261b9f31f)
utils/Makefile