mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
configure: Add -Wall again to the default CFLAGS
Commit 78ceef25d6
("configure: Remove
--enable-all-warnings option") removed it due to a missing +.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
parent
0dc7fc1cf0
commit
d6fe19facc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user