Revert -Wno-error=dangling-pointer
commit419141e4958360966449f289d95a9787a919245f
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Jun 2022 15:49:13 +0000 (1 08:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Jun 2022 15:49:13 +0000 (1 08:49 -0700)
tree59672a2a3984dba9f33e3924cf36ec7d110109e9
parent9c539d1027df2a0f6e45b24d518e90d3baf1e7a5
Revert -Wno-error=dangling-pointer

This reverts commit 9c539d1027 (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 <gitster@pobox.com>
config.mak.dev