]> granicus.if.org Git - graphviz/commit
common point_gencode: use C99 zero initialization for 'AF'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 Oct 2022 03:54:41 +0000 (20:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 Oct 2022 04:18:19 +0000 (21:18 -0700)
commit941975c660ef74c9e04c6751caf66f5eb794037f
tree5919cc919e9b5f4fa00122965438ac25b9c0ec98
parente8f64a2c1b4dba2180ff841a34f068aa47fb7c92
common point_gencode: use C99 zero initialization for 'AF'

This moves to a more uniform initialization style that will enable us to ratchet
up the -Wmissing-field-initializers warning category to fail-on-warning.
lib/common/shapes.c