Skip to content
Snippets Groups Projects
Commit 945dff07 authored by Christian Godenschwager's avatar Christian Godenschwager
Browse files

Disable fall through warnings

parent 709a4f1c
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
# pragma GCC diagnostic ignored "-Wshorten-64-to-32"
# pragma GCC diagnostic ignored "-Wshadow"
# pragma GCC diagnostic ignored "-Wfloat-equal"
# pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
#elif defined WALBERLA_CXX_COMPILER_IS_INTEL
# pragma warning push
# pragma warning( disable : 187 )
......
......@@ -35,6 +35,7 @@
# pragma GCC diagnostic ignored "-Wshorten-64-to-32"
# pragma GCC diagnostic ignored "-Wshadow"
# pragma GCC diagnostic ignored "-Wfloat-equal"
# pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
#elif defined WALBERLA_CXX_COMPILER_IS_INTEL
# pragma warning push
# pragma warning( disable : 187 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment