]> granicus.if.org Git - graphviz/commit
unflatten scanargs: squash -Wswitch-default warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Jan 2023 23:32:18 +0000 (15:32 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 15 Jan 2023 17:51:26 +0000 (09:51 -0800)
commite716a452711343be744e187fb39a3e149b2a4f00
treeda8800a4752ffa0c5fa9a2d0b644d04c864f18e0
parent1584c52a1da74e51cd5843e19a9555d84bac42e2
unflatten scanargs: squash -Wswitch-default warning

The default case is unreachable due to the preceding `getopt` call.
cmd/tools/unflatten.c