add -Wno-format-truncate CFLAGS in freeDiameter library

This commit is contained in:
Sukchan Lee 2017-12-11 21:01:01 +09:00
parent 95b2f5a951
commit 31dd8b0f8c
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
../../acinclude.m4

View File

@ -74,6 +74,9 @@ AC_PROG_LEX
AM_PROG_AR
LT_INIT([dlopen pic-only disable-static])
dnl Checks for compile flag
AX_CHECK_COMPILE_FLAG([-Wno-format-truncation], [CFLAGS="$CFLAGS -Wno-format-truncation"])
dnl Check Endian
AC_C_BIGENDIAN