[PATCH] configure: Add -Wall again to the default CFLAGS
Florian Weimer
fweimer@redhat.com
Mon Aug 14 11:49:58 GMT 2023
Commit 78ceef25d64efeeb6067d1cb282a00466e637e2a ("configure: Remove
--enable-all-warnings option") removed it due to a missing +.
Tested with build-many-glibcs.py (glibcs stage only, full
compilers/glibcs test still running). Needs -Wall fixes from the recent
malloc fix.
---
Makeconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makeconfig b/Makeconfig
index c4dd9ea8f2..c48fcc59e8 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -857,7 +857,7 @@ host-test-program-cmd = $(host-built-program-cmd)
endif
# Extra flags to pass to GCC.
-gccwarn := -Wall -Wwrite-strings -Wundef
++gccwarn := -Wall -Wwrite-strings -Wundef
ifeq ($(enable-werror),yes)
+gccwarn += -Werror
endif
base-commit: bb481eedcee19bb342b91eddc86417df660e6c56
More information about the Libc-alpha
mailing list