]> granicus.if.org Git - graphviz/commit
mingle: remove unused 'len_total' in 'pedge_export_gv'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 May 2022 00:01:26 +0000 (17:01 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 May 2022 00:01:26 +0000 (17:01 -0700)
commita5409ca61130f4b2373049f63b21024320a207ba
treef85e2a2e04a457dec76223d8531e8904ad3b6ed6
parent6a7ec065ddc8155f6d1f165b626c76b382d918ae
mingle: remove unused 'len_total' in 'pedge_export_gv'

The CMake macOS CI job has begun erroring out:

  …/lib/mingle/edge_bundling.cpp:208:27: error: variable 'len_total' set but not
    used [-Werror,-Wunused-but-set-variable]
    double maxwgt = 0, len, len_total, len_total0;
                            ^

While the error is accurate, nothing has changed on our side that would have
caused this. I can only assume Gitlab have upgraded the macOS runners to pull in
a new version of Clang.
lib/mingle/edge_bundling.cpp