# HG changeset patch # User Nicolas Saunier # Date 1355464886 18000 # Node ID 21f14fadd0989ba8aefe955de68ae42fff003983 # Parent 78922b4de3bfd1c248b45779acddfa73cbe88b7e removed warning diff -r 78922b4de3bf -r 21f14fadd098 c/Motion.cpp --- a/c/Motion.cpp Fri Dec 14 01:01:13 2012 -0500 +++ b/c/Motion.cpp Fri Dec 14 01:01:26 2012 -0500 @@ -196,7 +196,7 @@ #ifdef DEBUG cout << i << " " << lastInstants[i] << endl; #endif - if (static_cast(lastInstants[i]) < lastInstant) + if (lastInstants[i] < lastInstant) objectHypotheses.push_back(tmpobjects[i]); } }