Merge branch 'lo/sparse-universal-zero-init'
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Jun 2020 20:35:03 +0000 (13:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Jun 2020 20:35:04 +0000 (13:35 -0700)
commit202a2b8e71708825a1bba3c8775206d58e422511
tree1e0ec2d3394c749a58467efead9665dae4a0f6b2
parent1ab0dfde2c379673ebbc32031a4b8c1458156686
parent1c966423263cf77bb3fd2d87df4537d31853b58f
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
Makefile