Skip to content
Snippets Groups Projects
Commit dd58ac00 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[disable_warnings] add -Wredundant-decls

parent c7d3ae16
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wreorder"
#pragma GCC diagnostic ignored "-Wreturn-stack-address"
#pragma GCC diagnostic ignored "-Wredundant-decls"
#pragma GCC diagnostic ignored "-Wshadow"
#pragma GCC diagnostic ignored "-Wshorten-64-to-32"
#pragma GCC diagnostic ignored "-Wswitch-enum"
......
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