[glib-controller] build: Remove -Werror
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-controller] build: Remove -Werror
- Date: Wed, 5 May 2010 14:26:41 +0000 (UTC)
commit b077f181022dc633bd5ec85a3a7bd9f0a5364edd
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed May 5 15:14:48 2010 +0100
build: Remove -Werror
Treating every warning as an error is a bit too harsh.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7a21b7f..de34758 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,7 +119,7 @@ AC_ARG_ENABLE([maintainer-flags],
AS_IF([test "x$enable_maintainer_flags" = "xyes" && test "x$GCC" = "xyes"],
[
AS_COMPILER_FLAGS([MAINTAINER_CFLAGS],
- ["-Werror -Wall -Wshadow -Wcast-align
+ ["-Wall -Wshadow -Wcast-align
-Wno-uninitialized -Wformat-security
-Wno-strict-aliasing -Winit-self
-Wempty-body -Wdeclaration-after-statement
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]