Skip to content
Snippets Groups Projects
Commit b2e2441c authored by Felix Schindler's avatar Felix Schindler
Browse files

[common.disable_warnings] ignore -Wdeprecated-register

parent 93550fb5
No related branches found
No related tags found
No related merge requests found
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wdeprecated-register"
#pragma GCC diagnostic ignored "-Wignored-qualifiers"
#pragma GCC diagnostic ignored "-Wextra"
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment