mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-29 20:38:07 -07:00
21 lines
515 B
Diff
21 lines
515 B
Diff
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:
|
|
#
|