[libgda/LIBGDA_4.2] Add -Wformat-security to the --enable-warnings=fatal warnings.



commit d29780fb79d3f8ef7c98e289cbb85e8cfbb8f0dc
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jul 5 09:09:47 2011 +0200

    Add -Wformat-security to the --enable-warnings=fatal warnings.
    
    This did not show any new problems.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c0f59bc..7f1e226 100644
--- a/configure.ac
+++ b/configure.ac
@@ -831,7 +831,7 @@ AM_CONDITIONAL(DEFAULT_BINARY, test "x$enable_default_binary" = xyes)
 # has problems but we do not want to patch that code.
 DK_ARG_ENABLE_WARNINGS([LIBGDA_WFLAGS],
 	[-Wall],
-	[-Wall -Wextra -Wno-address -Wno-unused-variable -Wno-unused-parameter -Wno-pointer-sign],
+	[-Wall -Wextra -Wformat-security -Wno-address -Wno-unused-variable -Wno-unused-parameter -Wno-pointer-sign],
 	[PANGO G GDK GDK_PIXBUF GTK])
 
 AC_SUBST(LIBGDA_CFLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]