blob: 9c92324688d6663839a9bc080c2732727cacdbd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff -Naur a/configure.ac b/configure.ac
--- a/configure.ac 2022-11-18 16:44:34.000000000 +0200
+++ b/configure.ac 2022-11-19 09:21:24.157589426 +0200
@@ -3,7 +3,7 @@
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([ac])
-AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror -Wno-portability foreign])
+AM_INIT_AUTOMAKE([subdir-objects -Wall -Wno-portability foreign])
AM_SILENT_RULES([yes])
AC_PROG_CC_STDC
@@ -82,7 +82,6 @@
-Wdate-time \
-Wnested-externs \
-Wconversion \
- -Werror \
])
# To enable:
#
|