Skip to content

LCC: Update -Wunused-variable warning number as of LCC 1.26.16

Igor Molchanov requested to merge makise-homura/cmake:lcc-upd-warning into master

There was another update of LCC with a new minor version of EDG backend with changed warning numbers (annoying EDG design flaw), so it's needed to add a new diag number in cmFindPackageCommand.cxx. Without this, nightly build with such compiler ends up unsuccessfully (with a warning).

Merge request reports