Merge branch 'cb/buggy-gcc-12-workaround'
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
This commit is contained in:
commit
597553e42e
@ -68,7 +68,6 @@ endif
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2075786
|
||||
ifneq ($(filter gcc12,$(COMPILER_FEATURES)),)
|
||||
DEVELOPER_CFLAGS += -Wno-error=stringop-overread
|
||||
DEVELOPER_CFLAGS += -Wno-error=dangling-pointer
|
||||
endif
|
||||
|
||||
GIT_TEST_PERL_FATAL_WARNINGS = YesPlease
|
||||
|
Loading…
Reference in New Issue
Block a user