Browse Source
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 warningsmaint
Junio C Hamano
5 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue