cflags: enable -Wformat in maintainer mode

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
Sergei Trofimovich 2009-12-06 17:47:57 +02:00 committed by Slava Zanko
parent 981c19b651
commit 68417a334f

View File

@ -66,5 +66,5 @@ AC_DEFUN([MC_CHECK_CFLAGS],[
dnl MC_CHECK_ONE_CFLAG([-fno-stack-protector])
dnl MC_CHECK_ONE_CFLAG([-Wsequence-point])
dnl MC_CHECK_ONE_CFLAG([-Wstrict-aliasing])
dnl MC_CHECK_ONE_CFLAG([-Wformat])
MC_CHECK_ONE_CFLAG([-Wformat])
])