mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 02:00:35 +08:00
Removed excessive void casts
This commit is contained in:
@@ -76,7 +76,7 @@ static void runForever(const uavcan_linux::NodePtr& node)
|
||||
const int res = node->spin(uavcan::MonotonicDuration::getInfinite());
|
||||
if (res < 0)
|
||||
{
|
||||
(void)node->logError("spin", "Error %*", res);
|
||||
node->logError("spin", "Error %*", res);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user