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

Solution: disable cppcoreguidelines-pro-type-static-cast-downcast warning
This commit is contained in:
Simon Giesecke 2018-05-30 22:39:57 +02:00
parent 9e6f1c9a3c
commit ce4b71c3fa

View File

@ -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,\