evolution-ews/change-compiler-flag-dimstar.patch
Vincent Untz fe8309fcad Accepting request 87792 from GNOME:Evolution:snapshot-3.2
evolution-ews is a evolution backend which connects to MS Exchange servers 2007 and later using Exchange web services protocol.

OBS-URL: https://build.opensuse.org/request/show/87792
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=1
2011-10-14 12:16:37 +00:00

14 lines
454 B
Diff

diff --git a/configure.ac b/configure.ac
index a219022..e66845f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,7 @@ AS_COMPILER_FLAGS(WARNING_FLAGS,
-Werror-implicit-function-declaration
-Wformat-nonliteral -Wformat-security -Winit-self
-Wmissing-declarations -Wmissing-include-dirs
- -Wmissing-noreturn -Wnested-externs -Wpointer-arith
+ -Wmissing-noreturn -Wpointer-arith
-Wundef -Wwrite-strings -Werror")
AC_SUBST(WARNING_FLAGS)