diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-06-10 15:04:12 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-06-10 15:04:12 -0700 |
| commit | 597553e42e816b58cad857d759f11c5f53a01510 (patch) | |
| tree | f41338a55dd707d37dd110fc6c8e0e2a3a02e4ea | |
| parent | Sync with 'maint' (diff) | |
| parent | Revert -Wno-error=dangling-pointer (diff) | |
| download | git-597553e42e816b58cad857d759f11c5f53a01510.tar.gz git-597553e42e816b58cad857d759f11c5f53a01510.zip | |
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
| -rw-r--r-- | config.mak.dev | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.dev b/config.mak.dev index c3104f400b..335efd4620 100644 --- a/config.mak.dev +++ b/config.mak.dev @@ -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 |
