Fixes warning about set but unused variable.
This commit is contained in:
@@ -188,8 +188,8 @@ bool HexGridIntersectionTools::planeTriangleIntersection( const cvf::Plane& plan
|
||||
CVF_ASSERT( false );
|
||||
}
|
||||
|
||||
bool ok1 = false;
|
||||
bool ok2 = false;
|
||||
[[maybe_unused]] bool ok1 = false;
|
||||
[[maybe_unused]] bool ok2 = false;
|
||||
|
||||
if ( topVx == 1 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user