Skip to content

Commit 01e199f

Browse files
committed
Merge branch 'cb/buggy-gcc-12-workaround' into next
With a more targetted workaround in http.c in another topic, we may be able to lift this blanket "GCC12 dangling-pointer warning is broken and unsalvageable" workaround. * cb/buggy-gcc-12-workaround: Revert -Wno-error=dangling-pointer
2 parents f531a6e + 419141e commit 01e199f

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)