+ fix gcc warning

This commit is contained in:
wmayer
2016-07-02 14:28:59 +02:00
parent 1febd2da5a
commit 6ce55d47a5

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())