Skip to content
Snippets Groups Projects
Commit 863ae93c authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Suppress warnings from CGAL

parent 91515964
No related branches found
No related tags found
No related merge requests found
#pragma once
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Surface_mesh/Surface_mesh.h>
#include <CGAL/boost/graph/iterator.h>
#pragma GCC diagnostic pop
#include "Mesh.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment