mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
Cppcheck and unit test fixes
This commit is contained in:
@@ -69,6 +69,7 @@ namespace BlackMisc
|
||||
less = less && ! greater && (a.*member)() < (b.*member)();
|
||||
greater = (b.*member)() < (a.*member)();
|
||||
});
|
||||
Q_UNUSED(greater); // CPP style check
|
||||
return less;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user