Skip to content
Snippets Groups Projects
Commit a36ada57 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix compilation warnings.

parent f2a3cf9a
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,6 @@ namespace hpp {
/// Setter for the graph::State.
void graphState (const graph::StatePtr_t& state)
HPP_MANIPULATION_DEPRECATED
{
if (cacheSystem_ != CACHE_DISABLED) cacheSystem_ = CACHE_UP_TO_DATE;
state_ = state;
......
......@@ -42,6 +42,7 @@ namespace hpp {
}
if (s1.size () == 0) return false;
if (s1 == s2) return true;
return false;
}
ConnectedComponentPtr_t ConnectedComponent::create(const RoadmapWkPtr_t& roadmap)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment