public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] configure: Add -Wall again to the default CFLAGS
@ 2023-08-15  6:24 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2023-08-15  6:24 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d6fe19facc61caffb25383d9c25eff86a0e115c8

commit d6fe19facc61caffb25383d9c25eff86a0e115c8
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Aug 14 13:48:01 2023 +0200

    configure: Add -Wall again to the default CFLAGS
    
    Commit 78ceef25d64efeeb6067d1cb282a00466e637e2a ("configure: Remove
    --enable-all-warnings option") removed it due to a missing +.
    
    Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>

Diff:
---
 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-15  6:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15  6:24 [glibc] configure: Add -Wall again to the default CFLAGS Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).