Skip to content
Snippets Groups Projects
Commit 82c4cc51 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix unused variable warning

parent cd681573
No related branches found
No related tags found
1 merge request!82ArViz: Allow enabling introspection at runtime
......@@ -90,6 +90,7 @@ namespace armarx::viz::coin
bool VisualizationRobot::update(ElementType const& element)
{
IceUtil::Time time_start = IceUtil::Time::now();
(void) time_start;
bool robotChanged = loaded.project != element.project || loaded.filename != element.filename;
if (robotChanged)
......
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