Navigation Menu

Skip to content

Commit

Permalink
+ fix gcc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 2, 2016
1 parent 8f0ea20 commit 8a30ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Part/Gui/TaskCheckGeometry.cpp
Expand Up @@ -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())
Expand Down

0 comments on commit 8a30ac7

Please sign in to comment.