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

Silencing external warnings during compilation #69

Open
rubens-bolgheroni opened this issue Jun 7, 2017 · 1 comment
Open

Silencing external warnings during compilation #69

rubens-bolgheroni opened this issue Jun 7, 2017 · 1 comment

Comments

@rubens-bolgheroni
Copy link
Contributor

It would be better if, during ugdk compilation, we could silence the warnings that are not ours, and are not our responsability to change it, for example, the ones from libjson

@josealvim
Copy link
Collaborator

josealvim commented Jun 21, 2017

One way we could do this was wrapping the external headers in another header like this

  • #pragma GCC system_header
  • #include STUFF
    Wil said that was horrible :l

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants