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

[disable_warnings] -Wmisleading-indentation

parent 03e79966
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@
#elif defined(BOOST_GCC) && BOOST_GCC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wall"
#pragma GCC diagnostic ignored "-Wmisleading-indentation"
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#pragma GCC diagnostic ignored "-Wextra"
#pragma GCC diagnostic ignored "-Wfloat-equal"
......
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