mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
use IRIX_DNSSEC_WARNINGS_HACK to shut up missing prototype warnings
This commit is contained in:
parent
3c8e458ed2
commit
f105c1cb72
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ top_srcdir = @top_srcdir@
|
|||
CINCLUDES = -I${srcdir} ${ISC_INCLUDES}
|
||||
|
||||
CDEFINES =
|
||||
CWARNINGS =
|
||||
CWARNINGS = @IRIX_DNSSEC_WARNINGS_HACK@
|
||||
|
||||
LIBS = @LIBS@
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ top_srcdir = @top_srcdir@
|
|||
CINCLUDES = -I${srcdir}/include
|
||||
|
||||
CDEFINES = -DMFUNC @DST_PRIVATEOPENSSL@
|
||||
CWARNINGS =
|
||||
CWARNINGS = @IRIX_DNSSEC_WARNINGS_HACK@
|
||||
|
||||
LIBS = @LIBS@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue