]> granicus.if.org Git - graphviz/commit
disable -Wunused-variable when building SWIG-generated OCaml bindings
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 11 Jul 2021 02:35:01 +0000 (19:35 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Jul 2021 18:36:52 +0000 (11:36 -0700)
commit1cbfadcf870c0a41dbb63984b91bd6c2950f921e
treecdb2ce3a7f48186ea289c2ca556260fea0288743
parent8a5b9c3114069694e63827fa6d08072ce8e66b0a
disable -Wunused-variable when building SWIG-generated OCaml bindings

There is no value to warning about things like this in generated code, which are
just artifacts of how SWIG code generation works. Removes 112 compiler warnings.
tclpkg/gv/Makefile.am