Skip to content

Commit

Permalink
OSX: Silence GL deprecation messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlovegrove committed Mar 27, 2020
1 parent b6cecf4 commit 1a94ff7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/display/device/display_osx.mm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/

// Silence all the OSX GL deprecation messages.
#define GL_SILENCE_DEPRECATION

#include <pangolin/factory/factory_registry.h>
#include <pangolin/platform.h>
#include <pangolin/gl/glinclude.h>
Expand Down

0 comments on commit 1a94ff7

Please sign in to comment.