Skip to content

Commit

Permalink
Removing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed May 8, 2024
1 parent 820b28c commit 7af19f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/shapes/testlibigl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,16 @@
#include "DGtalCatch.h"
#include "DGtal/helpers/StdDefs.h"

//Removing Warnings from libIGL for gcc and clang
#pragma GCC system_header // For GCC
#pragma clang system_header // For Clang

#include <igl/readOBJ.h>

#pragma GCC diagnostic pop // For GCC
#pragma clang diagnostic pop // For Clang


///////////////////////////////////////////////////////////////////////////////

using namespace std;
Expand Down

0 comments on commit 7af19f1

Please sign in to comment.