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:
parent
3652e42699
commit
ea061b0f46
@ -187,7 +187,7 @@ GTK_DOC_CHECK([1.15], [--flavour no-tmpl])
|
||||
# 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=error)
|
||||
enable_compile_warnings=maximum)
|
||||
|
||||
changequote(,)dnl
|
||||
if test "$enable_compile_warnings" != no ; then
|
||||
|
Loading…
Reference in New Issue
Block a user