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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user