From: Junio C Hamano Date: Tue, 2 Jun 2020 20:35:03 +0000 (-0700) Subject: Merge branch 'lo/sparse-universal-zero-init' X-Git-Tag: v2.28.0-rc0~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=202a2b8e71708825a1bba3c8775206d58e422511;p=thirdparty%2Fgit.git Merge branch 'lo/sparse-universal-zero-init' We've adopted a convention that any on-stack structure can be initialized to have zero values in all fields with "= { 0 }", even when the first field happens to be a pointer, but sparse complained that a null pointer should be spelled NULL for a long time. Start using -Wno-universal-initializer option to squelch it. * lo/sparse-universal-zero-init: sparse: allow '{ 0 }' to be used without warnings --- 202a2b8e71708825a1bba3c8775206d58e422511