You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Microsoft's specific #pragma were left in the code. They causes the
following errors to be printed:
```
/tmp/antlr4/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp:1351:9:
warning: unknown pragma ignored [-Wunknown-pragmas]
may be unsafe. Consider using _dupenv_s instead.
^
/tmp/antlr4/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp:1361:9:
warning: unknown pragma ignored [-Wunknown-pragmas]
```
This patch removes the #pragma macros and uses the matching compiler
definition only on MSVC compiler.
0 commit comments