]> 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:14 +0000 (15:16 +0000)
commit5b2f36ffae330961a43503db83114618e4667848
tree3a7c3af7f834c1d1c25fc860f3e63790f1f6d705
parent4d9a73af71eca4c6509f45b626b09709e22880a7
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