mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Reverting "configure: Turn off -Werror by default" Revert "configure: Turn off -Werror by default"
This reverts commit a26e72c452
.
https://bugzilla.gnome.org/show_bug.cgi?id=662574
This commit is contained in:
parent
ec1979f9f5
commit
331c9aaee4
@ -436,7 +436,7 @@ GNOME_DOC_INIT([0.8.0])
|
||||
# minimum/yes/maximum are the same, however.
|
||||
AC_ARG_ENABLE(compile_warnings,
|
||||
AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],[Turn on compiler warnings]),,
|
||||
enable_compile_warnings=maximum)
|
||||
enable_compile_warnings=error)
|
||||
|
||||
changequote(,)dnl
|
||||
if test "$enable_compile_warnings" != no ; then
|
||||
|
Loading…
Reference in New Issue
Block a user