Skip to content

Commit

Permalink
add __APPLE__ check
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Sep 6, 2021
1 parent 1fc7e83 commit d30ca1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pol-core/bscript/compiler/Antlr4Inc.h
Expand Up @@ -4,8 +4,10 @@
#if defined( __GNUC__ )
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wattributes"
#ifdef __APPLE__
#pragma GCC diagnostic ignored "-Wnonportable-include-path"
#endif
#endif

#include <antlr4-runtime.h>

Expand Down

0 comments on commit d30ca1a

Please sign in to comment.