Skip to content

Commit 419141e

Browse files
committed
Revert -Wno-error=dangling-pointer
This reverts commit 9c539d1 (config.mak.dev: alternative workaround to gcc 12 warning in http.c, 2022-04-15). Let's give GCC12's "dangling-pointer" warning a second chance, as we have a more focused workaround for this particular compiler glitch. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9c539d1 commit 419141e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.mak.dev

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ endif
6868
# https://bugzilla.redhat.com/show_bug.cgi?id=2075786
6969
ifneq ($(filter gcc12,$(COMPILER_FEATURES)),)
7070
DEVELOPER_CFLAGS += -Wno-error=stringop-overread
71-
DEVELOPER_CFLAGS += -Wno-error=dangling-pointer
7271
endif
7372

7473
GIT_TEST_PERL_FATAL_WARNINGS = YesPlease

0 commit comments

Comments
 (0)