Diff between c5569d773b96d1f528d4ab9ce1ed2bf30c45fcbe and 6a9ca37f379fe8587fabc865d94263b84e8cdcbe
Changed Files
| File | Additions | Deletions | Status |
| acinclude.m4 | +1 | -0 | modified |
Full Patch
diff --git a/acinclude.m4 b/acinclude.m4
index 960d54c..bc39c6d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -21,6 +21,7 @@ AC_DEFUN([COMPILER_FLAGS], [
with_cflags="$with_cflags -Wredundant-decls"
with_cflags="$with_cflags -Wcast-align"
with_cflags="$with_cflags -Wswitch-enum"
+ with_cflags="$with_cflags -Wformat -Wformat-security"
with_cflags="$with_cflags -DG_DISABLE_DEPRECATED"
with_cflags="$with_cflags -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_28"
with_cflags="$with_cflags -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_28"