Commit ce4b71c3 authored by Simon Giesecke's avatar Simon Giesecke

Problem: cppcoreguidelines-pro-type-static-cast-downcast warnings that are not meant to be resolved

Solution: disable cppcoreguidelines-pro-type-static-cast-downcast warning
parent 9e6f1c9a
......@@ -9,6 +9,7 @@ Checks: "*,\
-fuchsia-default-arguments,\
-google-readability-todo,\
-cppcoreguidelines-pro-type-member-init,\
-cppcoreguidelines-pro-type-static-cast-downcast,\
# not currently a coding convention, C++11-specific, but conceivable,\
-modernize-use-nullptr,\
-modernize-use-equals-default,\
......
Markdown is supported
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