[byzanz] Remove -Wmissing-format-attribute
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [byzanz] Remove -Wmissing-format-attribute
- Date: Tue, 19 Mar 2013 08:45:15 +0000 (UTC)
commit a1aba305fc1c00a8eb595d07ad9b18be6ca8ffa9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Mar 19 03:05:45 2013 -0400
Remove -Wmissing-format-attribute
g_strdup_printf triggers this.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9bfd7e0..65e4f9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ dnl For interactive UNIX (a Sun thing)
AC_ISC_POSIX
dnl decide on error flags
-AS_COMPILER_FLAGS(ERROR_CFLAGS, "-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter
-Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes
-Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline
-Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default -Winit-self -Wmissing-include-dirs
-Wundef -Waggregate-return -Wmissing-format-attribute -Wnested-externs -Wunsafe-loop-optimizations -Wpacked
-Winvalid-pch -Wsync-nand")
+AS_COMPILER_FLAGS(ERROR_CFLAGS, "-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter
-Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes
-Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline
-Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default -Winit-self -Wmissing-include-dirs
-Wundef -Waggregate-return -Wnested-externs -Wunsafe-loop-optimizations -Wpacked -Winvalid-pch -Wsync-nand")
if test "x$BYZANZ_CVS" = "xyes"
then
AS_COMPILER_FLAGS(ERROR_CFLAGS, "-Werror")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]