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
Branches
Tags
No related merge requests found
......@@ -42,6 +42,7 @@ readability-misplaced-array-index,
readability-redundant-control-flow,
readability-redundant-declaration,
readability-redundant-function-ptr-dereference,
readability-redundant-preprocessor,
readability-redundant-smartptr-get,
readability-redundant-string-cstr,
readability-simplify-subscript-expr,
......
......@@ -54,9 +54,7 @@
# endif
#endif
#ifdef WALBERLA_BUILD_WITH_METIS
# include "metis.h"
#endif
#include "metis.h"
#ifdef _MSC_VER
# pragma pop_macro( "INT64_MAX" )
......@@ -185,4 +183,4 @@ const int METIS_OPTION_UBVEC = 0;
} // namespace core
} // namespace walberla
\ No newline at end of file
} // namespace walberla
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