diff --git a/Surface_mesher/demo/Surface_mesher/volume.cpp b/Surface_mesher/demo/Surface_mesher/volume.cpp index 62424155ccd..3ccb01681c5 100644 --- a/Surface_mesher/demo/Surface_mesher/volume.cpp +++ b/Surface_mesher/demo/Surface_mesher/volume.cpp @@ -1,3 +1,6 @@ +#ifdef __APPLE__ +#define GL_SILENCE_DEPRECATION +#endif #include #include "volume.h"