Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes
commitdd20e4a6db0c5504f098f8e97eadf55b967056cd
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 22 Sep 2021 22:08:02 +0000 (23 00:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Sep 2021 20:54:02 +0000 (27 13:54 -0700)
treea77d9bd705c6501ccf69e11a0244267acacb0148
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes

The same bug fixed in the "COMPUTE_HEADER_DEPENDENCIES=auto" mode in
the preceding commit was also present with
"GENERATE_COMPILATION_DATABASE=yes". Let's fix it so it works again
with "DEVOPTS=1".

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile