[PATCH] fix build: disable -Werror by default (Bug #679130)
- From: Clemens Buchacher <drizzd aon at>
- To: networkmanager-list gnome org
- Subject: [PATCH] fix build: disable -Werror by default (Bug #679130)
- Date: Thu, 1 Nov 2012 18:58:05 +0100
This fixes https://bugzilla.gnome.org/show_bug.cgi?id=679130.
Signed-off-by: Clemens Buchacher <drizzd aon at>
---
m4/compiler_warnings.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/compiler_warnings.m4 b/m4/compiler_warnings.m4
index 95ad3fb..ac21b89 100644
--- a/m4/compiler_warnings.m4
+++ b/m4/compiler_warnings.m4
@@ -1,7 +1,7 @@
AC_DEFUN([NM_COMPILER_WARNINGS],
[AC_ARG_ENABLE(more-warnings,
AS_HELP_STRING([--enable-more-warnings], [Possible values: no/yes/error]),
- set_more_warnings="$enableval",set_more_warnings=error)
+ set_more_warnings="$enableval",set_more_warnings=yes)
AC_MSG_CHECKING(for more warnings)
if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
AC_MSG_RESULT(yes)
--
1.8.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]