Fix several compiler warnings

* fix -Winconsistent-missing-override
* fix -Wunused-but-set-variable
* fix -Wunused-parameter
* fix -Wunused-lambda-capture
* fix -Wunused-private-field
* fix -Wpessimizing-move
This commit is contained in:
wmayer
2024-04-03 07:29:46 +02:00
committed by wwmayer
parent 4263ab1937
commit c96fd71e4f
9 changed files with 16 additions and 14 deletions

View File

@@ -1728,9 +1728,7 @@ public:
if (FC_LOG_INSTANCE.level() <= FC_LOGLEVEL_TRACE) {
return;
}
int idx = 0;
for (auto &info : edges) {
++idx;
if (auto wire = info.wireInfo.get()) {
// Originally here there was a call to the precompiler macro assertCheck(), which