[evolution-kolab/gnome-2-30] camel: reduced the number of warnings
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/gnome-2-30] camel: reduced the number of warnings
- Date: Thu, 17 Nov 2011 17:50:41 +0000 (UTC)
commit 631870986ecb4ab462c9260606c14e3760a6d9ba
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Thu Nov 17 16:17:12 2011 +0100
camel: reduced the number of warnings
* suppressed a number of warnings we cannot do
anything about
src/camel/providers/imapx/Makefile.am | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/camel/providers/imapx/Makefile.am b/src/camel/providers/imapx/Makefile.am
index 351d121..677096a 100644
--- a/src/camel/providers/imapx/Makefile.am
+++ b/src/camel/providers/imapx/Makefile.am
@@ -23,11 +23,9 @@ libcamelimapx_la_SOURCES = \
libcamelimapx_la_CFLAGS = \
$(CFLAGS) \
- $(ADD_CFLAGS) \
$(SQLITE_CFLAGS) \
-std=gnu99 \
- -Wno-switch-default \
- -Wno-conversion \
+ -Wall -Wextra -Wcast-align -Wredundant-decls -Wbad-function-cast -Wundef -Wfloat-equal -Wmissing-include-dirs -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wno-sign-compare \
-Wno-missing-field-initializers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]