Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning 'ignoring pragma with msys2 + mingw #2264

Open
vtorri opened this issue May 10, 2024 · 0 comments
Open

warning 'ignoring pragma with msys2 + mingw #2264

vtorri opened this issue May 10, 2024 · 0 comments
Labels
portability Portability Issues among the machines refactoring Code refactoring / Exceptional handles

Comments

@vtorri
Copy link
Collaborator

vtorri commented May 10, 2024

In file included from ../thorvg-0.13.3/src/loaders/lottie/jerryscript/jerry-core/jcontext/jcontext.h:27,
                 from ../thorvg-0.13.3/src/loaders/lottie/jerryscript/jerry-core/vm/vm.cpp:40:
../thorvg-0.13.3/src/loaders/lottie/jerryscript/jerry-core/parser/js/js-parser-internal.h:296: warning: ignoring '#pragma warning ' [-Wunknown-pragmas]
  296 | #pragma warning(push)
      |
../thorvg-0.13.3/src/loaders/lottie/jerryscript/jerry-core/parser/js/js-parser-internal.h:297: warning: ignoring '#pragma warning ' [-Wunknown-pragmas]
  297 | #pragma warning(disable:4200)
      |
../thorvg-0.13.3/src/loaders/lottie/jerryscript/jerry-core/parser/js/js-parser-internal.h:305: warning: ignoring '#pragma warning ' [-Wunknown-pragmas]
  305 | #pragma warning(pop)
      |
@hermet hermet added refactoring Code refactoring / Exceptional handles portability Portability Issues among the machines labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
portability Portability Issues among the machines refactoring Code refactoring / Exceptional handles
Projects
None yet
Development

No branches or pull requests

2 participants