]> granicus.if.org Git - graphviz/commit
gxl2gv: add a no-op default case to a switch
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 6 Jul 2021 00:57:28 +0000 (17:57 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 11 Jul 2021 23:04:25 +0000 (16:04 -0700)
commitbaa5de424c822e4596b14a2fd3f5dc621c1d6998
tree2b6e2c05b735ee308a7587c423fa0b223779202e
parentabd0e18906a05c6df9fd1c7e7368c2ee23ae95e7
gxl2gv: add a no-op default case to a switch

An upcoming change makes the type of Current_class an enum, which introduces new
-Wswitch compiler warnings. To avoid this in advance, we give this switch a
default case that does nothing.
cmd/tools/gxl2gv.c