Commit 6c67fca7 authored by Simon Giesecke's avatar Simon Giesecke

Problem: numerous hicpp-signed-bitwise warnings that cannot easily be solved…

Problem: numerous hicpp-signed-bitwise warnings that cannot easily be solved because of externally defined types

Solution: disable this warning for now
parent da4309da
...@@ -27,6 +27,7 @@ Checks: "*,\ ...@@ -27,6 +27,7 @@ Checks: "*,\
# not easily possible to implement (maybe replace by specific exclusions),\ # not easily possible to implement (maybe replace by specific exclusions),\
-cppcoreguidelines-pro-type-vararg,\ -cppcoreguidelines-pro-type-vararg,\
-cppcoreguidelines-pro-type-reinterpret-cast,\ -cppcoreguidelines-pro-type-reinterpret-cast,\
-hicpp-signed-bitwise,\
# duplicates,\ # duplicates,\
-google-readability-braces-around-statements,\ -google-readability-braces-around-statements,\
-cppcoreguidelines-pro-type-cstyle-cast,\ -cppcoreguidelines-pro-type-cstyle-cast,\
...@@ -38,7 +39,7 @@ Checks: "*,\ ...@@ -38,7 +39,7 @@ Checks: "*,\
-hicpp-use-auto,\ -hicpp-use-auto,\
-hicpp-use-nullptr,\ -hicpp-use-nullptr,\
-hicpp-no-array-decay,\ -hicpp-no-array-decay,\
-hicpp-member-init" -hicpp-member-init
WarningsAsErrors: '' WarningsAsErrors: ''
HeaderFilterRegex: '' HeaderFilterRegex: ''
# AnalyzeTemporaryDtors: false # AnalyzeTemporaryDtors: false
......
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