Skip to content
Snippets Groups Projects
Commit 61d88ece authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

[CLANG-TIDY] readability-redundant-preprocessor

parent e79316d7
No related merge requests found
...@@ -42,6 +42,7 @@ readability-misplaced-array-index, ...@@ -42,6 +42,7 @@ readability-misplaced-array-index,
readability-redundant-control-flow, readability-redundant-control-flow,
readability-redundant-declaration, readability-redundant-declaration,
readability-redundant-function-ptr-dereference, readability-redundant-function-ptr-dereference,
readability-redundant-preprocessor,
readability-redundant-smartptr-get, readability-redundant-smartptr-get,
readability-redundant-string-cstr, readability-redundant-string-cstr,
readability-simplify-subscript-expr, readability-simplify-subscript-expr,
......
...@@ -54,9 +54,7 @@ ...@@ -54,9 +54,7 @@
# endif # endif
#endif #endif
#ifdef WALBERLA_BUILD_WITH_METIS #include "metis.h"
# include "metis.h"
#endif
#ifdef _MSC_VER #ifdef _MSC_VER
# pragma pop_macro( "INT64_MAX" ) # pragma pop_macro( "INT64_MAX" )
...@@ -185,4 +183,4 @@ const int METIS_OPTION_UBVEC = 0; ...@@ -185,4 +183,4 @@ const int METIS_OPTION_UBVEC = 0;
} // namespace core } // namespace core
} // namespace walberla } // namespace walberla
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment