]> granicus.if.org Git - graphviz/commit
squash Clang -Wmissing-field-initializers warnings
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 14 Jul 2022 00:14:14 +0000 (17:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 19 Jul 2022 02:00:57 +0000 (19:00 -0700)
commitcbdc6db3faf20a9eb2f2d5fac465e3f71c54af73
treeb0a067c1ae989d83c567c8027b1c2d2fb0b1d45d
parentada008288b9cd095170f1132e53fccf712750902
squash Clang -Wmissing-field-initializers warnings

Clang seems to consider `{NULL}` different from `{0}`, with the latter being an
intent of zero initialization and the former a possible accidental omission of
other fields.
lib/gvc/gvplugin.c
lib/label/xlabels.c