-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix MISRA C++ 2023 rule 8.2.5 "reinterpret_cast shall not be used" #586
Comments
@mikir @Roland-Homeier FYI: |
Adding to the above list there are 2 more occurrences for MISRACPP2023-15_1_3-a. <style> </style>
|
This will be fix within scope of #593. |
We have got rid of However, the following 8 SonarCloud issues in the C++ runtime library have been accepted as the exceptions:
We are not aware of any |
Zserio version and language
Zserio: latest from master
Language: C++
Describe the bug
Check and resolve SCA warning MISRACPP2023-8_2_5-a ("reinterpret_cast shall not be used") reported in Zserio on C++ runtime library.
How to reproduce
see the sonarcloud links
Expected behavior
No SCA warnings for MISRA 2023 ruleset
Additional context
The text was updated successfully, but these errors were encountered: