You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
445 B
14 lines
445 B
Index: configure.ac |
|
--- configure.ac.orig 2020-06-20 19:20:32.000000000 +0200 |
|
+++ configure.ac 2020-06-20 19:22:54.213492000 +0200 |
|
@@ -75,10 +75,6 @@ |
|
ac_supports_gcc_flags=yes |
|
fi |
|
|
|
-if test "x$ac_supports_gcc_flags" = "xyes" ; then |
|
- CFLAGS="$CFLAGS -pedantic -Wall" |
|
-fi |
|
- |
|
AC_MSG_CHECKING(whether we should treat compiler warnings as errors) |
|
AC_ARG_ENABLE(warnings-as-errors, |
|
AC_HELP_STRING( [--enable-warnings-as-errors],
|
|
|