mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: numerous hicpp-signed-bitwise warnings that cannot easily be solved because of externally defined types
Solution: disable this warning for now
This commit is contained in:
parent
da4309da13
commit
6c67fca7e0
@ -27,6 +27,7 @@ Checks: "*,\
|
||||
# not easily possible to implement (maybe replace by specific exclusions),\
|
||||
-cppcoreguidelines-pro-type-vararg,\
|
||||
-cppcoreguidelines-pro-type-reinterpret-cast,\
|
||||
-hicpp-signed-bitwise,\
|
||||
# duplicates,\
|
||||
-google-readability-braces-around-statements,\
|
||||
-cppcoreguidelines-pro-type-cstyle-cast,\
|
||||
@ -38,7 +39,7 @@ Checks: "*,\
|
||||
-hicpp-use-auto,\
|
||||
-hicpp-use-nullptr,\
|
||||
-hicpp-no-array-decay,\
|
||||
-hicpp-member-init"
|
||||
-hicpp-member-init“
|
||||
WarningsAsErrors: ''
|
||||
HeaderFilterRegex: ''
|
||||
# AnalyzeTemporaryDtors: false
|
||||
|
Loading…
Reference in New Issue
Block a user