+ fix gcc warning

This commit is contained in:
wmayer 2016-07-02 14:28:59 +02:00
parent 8f0ea2082a
commit 8a30ac74b0

View File

@ -615,6 +615,8 @@ int TaskCheckGeometryResults::goBOPSingleCheck(const TopoDS_Shape& shapeIn, Resu
float bopAlgoTime = Base::TimeInfo::diffTimeF(start_time,Base::TimeInfo());
#ifdef FC_DEBUG
std::cout << std::endl << "BopAlgo check time is: " << bopAlgoTime << std::endl << std::endl;
#else
Q_UNUSED(bopAlgoTime);
#endif
if (!BOPCheck.HasFaulty())