mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
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:
parent
9e6f1c9a3c
commit
ce4b71c3fa
@ -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,\
|
||||
|
Loading…
Reference in New Issue
Block a user