[evolution-data-server] Disable warnings for non-literal printf() formats.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution-data-server] Disable warnings for non-literal printf() formats.
- Date: Sat, 13 Jun 2009 23:38:33 -0400 (EDT)
commit d3ccbea546a3b91fd121532f29df4a4501883160
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Jun 13 22:34:06 2009 -0400
Disable warnings for non-literal printf() formats.
configure.ac | 7 ++++---
.../camel/tmpl/camel-groupwise-folder.sgml | 9 ---------
docs/reference/camel/tmpl/camel-unused.sgml | 8 ++++++++
3 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7856d00..9b7483e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,7 +157,7 @@ AS_COMPILER_FLAGS(WARNING_FLAGS,
-Wno-unused-parameter
-Wdeclaration-after-statement
-Werror-implicit-function-declaration
- -Wformat-nonliteral -Wformat-security -Winit-self
+ -Wformat-security -Winit-self
-Wmissing-declarations -Wmissing-include-dirs
-Wmissing-noreturn -Wnested-externs -Wpointer-arith
-Wredundant-decls -Wundef -Wwrite-strings")
@@ -166,8 +166,9 @@ AC_SUBST(WARNING_FLAGS)
# Other useful compiler warnings for test builds only.
# These may produce warnings we have no control over.
#
-# Wmissing-format-attribute
-# Wshadow
+# -Wformat-nonliteral
+# -Wmissing-format-attribute
+# -Wshadow
CFLAGS="$CFLAGS $WARNING_FLAGS"
diff --git a/docs/reference/camel/tmpl/camel-groupwise-folder.sgml b/docs/reference/camel/tmpl/camel-groupwise-folder.sgml
index 515c51f..7297e4b 100644
--- a/docs/reference/camel/tmpl/camel-groupwise-folder.sgml
+++ b/docs/reference/camel/tmpl/camel-groupwise-folder.sgml
@@ -53,12 +53,3 @@ CamelGroupwiseFolder
@ex:
-<!-- ##### FUNCTION groupwise_refresh_folder ##### -->
-<para>
-
-</para>
-
- folder:
- ex:
-
-
diff --git a/docs/reference/camel/tmpl/camel-unused.sgml b/docs/reference/camel/tmpl/camel-unused.sgml
index a111b56..51b8ea4 100644
--- a/docs/reference/camel/tmpl/camel-unused.sgml
+++ b/docs/reference/camel/tmpl/camel-unused.sgml
@@ -721,6 +721,14 @@ camel-types
@needle:
@Returns:
+<!-- ##### FUNCTION groupwise_refresh_folder ##### -->
+<para>
+
+</para>
+
+ folder:
+ ex:
+
<!-- ##### FUNCTION gw_get_path ##### -->
<para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]