]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/struct-zero-init-with-older-gcc'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2022 20:13:14 +0000 (13:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2022 20:13:14 +0000 (13:13 -0700)
Older gcc with -Wall complains about the universal zero initializer
"struct s = { 0 };" idiom, which makes developers' lives
inconvenient (as -Werror is enabled by DEVELOPER=YesPlease).  The
build procedure has been tweaked to help these compilers.

* jk/struct-zero-init-with-older-gcc:
  config.mak.dev: squelch -Wno-missing-braces for older gcc


Trivial merge