]> granicus.if.org Git - graphviz/commit
smyrna set_refresh_filters: use const types to squash some -Wcast-qual warnings
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 22 Jul 2022 01:42:18 +0000 (18:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 27 Jul 2022 14:27:01 +0000 (07:27 -0700)
commit068fbc45c86c6de82fc5021748c2b3281fcfffe9
treeaba02b75ba80aefd7191e5d82245a90a8d9b63e3
parent353792fe77e7899879be2b3aed1a85fc96d2e6a6
smyrna set_refresh_filters: use const types to squash some -Wcast-qual warnings

Unfortunately we cannot also do the same for `attr_name` in this function
because it is passed to a Graphviz function that accepts a non-const pointer.
cmd/smyrna/gui/frmobjectui.c