]> granicus.if.org Git - graphviz/commit
core plugin: replace 'assert(0)' with 'UNREACHABLE()'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Aug 2022 15:44:44 +0000 (08:44 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 19 Aug 2022 00:46:06 +0000 (17:46 -0700)
commit64416806c9c036623b0629984fc909ef33aecc11
tree8bae931e624ac05b9e85f5af1eeb94819c57d97c
parentc8be7af6bd21053242f2c92a730bc506641a4d7f
core plugin: replace 'assert(0)' with 'UNREACHABLE()'

The latter is more robust and clearer in intent.
plugin/core/gvrender_core_fig.c
plugin/core/gvrender_core_map.c
plugin/core/gvrender_core_mp.c
plugin/core/gvrender_core_svg.c
plugin/core/gvrender_core_tk.c
plugin/core/gvrender_core_vml.c