]> granicus.if.org Git - graphviz/commit
squash a -Wimplicit-fallthrough warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 12 Oct 2020 00:37:29 +0000 (17:37 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 20 Oct 2020 01:31:02 +0000 (18:31 -0700)
commit4fa7b8719670d4fa089c2cf3d38ee1c87b841cde
tree8603192211f3e903d69b8d4f43b61536a5d54b3e
parent4c5ebc5dc4f8fac0780f77979fc77c4ac8425b52
squash a -Wimplicit-fallthrough warning

GCC recognizes "fall through" and "fallthrough" comments to suppress this
warning but not "falling through."
cmd/lefty/dot2l/dot2l.c