What is it supposed to fix?

----- Original Message -----
> From: "Clemens Buchacher" <[email protected]>
> To: [email protected]
> Sent: Thursday, November 1, 2012 6:58:05 PM
> Subject: [PATCH] fix build: disable -Werror by default (Bug #679130)
> 
> This fixes https://bugzilla.gnome.org/show_bug.cgi?id=679130.
> 
> Signed-off-by: Clemens Buchacher <[email protected]>
> ---
>  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
> 
> _______________________________________________
> networkmanager-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/networkmanager-list
> 
_______________________________________________
networkmanager-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to