Skip to content
Snippets Groups Projects
Commit 8e40648a authored by René Fritze's avatar René Fritze
Browse files

[common] adds -Wundef to gcc branch in disable_warnings.hh

parent ba6ebac4
No related branches found
No related tags found
No related merge requests found
......@@ -41,4 +41,5 @@
#pragma GCC diagnostic ignored "-Wreorder"
#pragma GCC diagnostic ignored "-Wuninitialized"
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
#pragma GCC diagnostic ignored "-Wundef"
#endif
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