bug 1369 - [LLVM] error: comparison of unsigned expression < 0 is always false
This commit is contained in:
@@ -840,7 +840,7 @@ RoutingProtocol::SendPeriodicUpdate ()
|
||||
m_routingTable.Purge (removedAddresses);
|
||||
MergeTriggerPeriodicUpdates ();
|
||||
m_routingTable.GetListOfAllRoutes (allRoutes);
|
||||
if (allRoutes.size () < 0)
|
||||
if (allRoutes.empty ())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user