FreeCAD: Compiler warning fixes
This commit is contained in:
committed by
Kacper Donat
parent
b170b8e27c
commit
21c07cabc5
@@ -194,7 +194,7 @@ unsigned long MeshKernel::AddFacets(const std::vector<MeshFacet>& rclFAry, bool
|
||||
{
|
||||
// Build map of edges of the referencing facets we want to append
|
||||
#ifdef FC_DEBUG
|
||||
unsigned long countPoints = CountPoints();
|
||||
[[maybe_unused]] unsigned long countPoints = CountPoints();
|
||||
#endif
|
||||
|
||||
// if the manifold check shouldn't be done then just add all faces
|
||||
|
||||
Reference in New Issue
Block a user