mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 19:25:49 +08:00
Fix cppcheck warnings
This commit is contained in:
@@ -62,7 +62,7 @@ namespace BlackGui
|
||||
if (processEvents && sGui)
|
||||
{
|
||||
sGui->processEventsToRefreshGui();
|
||||
if (!myself) { return -1; } // deleted in meantime (process events)
|
||||
if (!myself) { return -1; } // cppcheck-suppress knownConditionTrueFalse // deleted in meantime (process events)
|
||||
}
|
||||
|
||||
const int stopId = m_currentId++; // copy
|
||||
|
||||
Reference in New Issue
Block a user