mirror of
https://github.com/brl/mutter.git
synced 2025-07-26 19:48:09 +00:00
configure: Turn off -Werror by default
We will eventually land jhbuild work to grep for warnings; for now breaking the build is just too painful.
This commit is contained in:
@@ -436,7 +436,7 @@ GNOME_DOC_INIT([0.8.0])
|
|||||||
# minimum/yes/maximum are the same, however.
|
# minimum/yes/maximum are the same, however.
|
||||||
AC_ARG_ENABLE(compile_warnings,
|
AC_ARG_ENABLE(compile_warnings,
|
||||||
AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],[Turn on compiler warnings]),,
|
AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],[Turn on compiler warnings]),,
|
||||||
enable_compile_warnings=error)
|
enable_compile_warnings=maximum)
|
||||||
|
|
||||||
changequote(,)dnl
|
changequote(,)dnl
|
||||||
if test "$enable_compile_warnings" != no ; then
|
if test "$enable_compile_warnings" != no ; then
|
||||||
|
Reference in New Issue
Block a user