]> granicus.if.org Git - graphviz/commit
cgraph: abbreviate tag initialization
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 27 Aug 2022 15:34:12 +0000 (08:34 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 30 Aug 2022 01:19:51 +0000 (18:19 -0700)
commitf42f5096a0f0a8a5fd5128055b3fa12f1ca6dde0
tree00237d59c8b3fa75ea1d46df08ac1e963d5e0450
parentd3c4cb7aa6ae2af906a0c7da9ba20f76424da606
cgraph: abbreviate tag initialization

It is not clear to me exactly what “warnings about initialization” were being
suppressed here, but I am assuming something well before C99. In C99, we have a
simpler and more concise way of doing zero initialization.
lib/cgraph/edge.c