Skip to content
Snippets Groups Projects
Commit 4c9915b3 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[disable_warnings] add -Wpedantic

parent 67a41a77
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wunused-private-field"
#pragma GCC diagnostic ignored "-Wused-but-marked-unused"
#pragma GCC diagnostic ignored "-Wpedantic"
#elif defined(BOOST_GCC) && BOOST_GCC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wall"
......@@ -61,4 +62,5 @@
#pragma GCC diagnostic ignored "-Wunreachable-code"
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wpedantic"
#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