Skip to content

Commit ce24fd9

Browse files
committed
suppress
1 parent 5eaa050 commit ce24fd9

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

cppcheckpremium-suppressions

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ premium-cert-int30-c
6262
# noisy checking for Ensure that integer conversions do not result in lost or misinterpreted data
6363
premium-cert-int31-c
6464

65+
# TODO Guarantee that header file names are unique
66+
premium-cert-pre08-c
67+
6568
###########################################################################################################################
6669
# Misra C++ 2023
6770
###########################################################################################################################
@@ -73,7 +76,7 @@ premium-misra-cpp-2023-8.18.2
7376
# False positives: #13004
7477
premium-misra-cpp-2023-8.2.7:lib/valueflow.cpp
7578
premium-misra-cpp-2023-8.2.7:lib/checkclass.cpp
76-
79+
premium-misra-cpp-2023-8.2.7:lib/settings.cpp
7780

7881
# ignored function return value (emplace etc)
7982
premium-misra-cpp-2023-0.1.2
@@ -129,6 +132,9 @@ premium-misra-cpp-2023-7.0.3
129132
# signed integer expression in bitwise rhs by intention
130133
premium-misra-cpp-2023-7.0.4
131134

135+
# too noisy Integral promotion and the usual arithmetic conversions shall not change the signedness or the type category of an operand
136+
premium-misra-cpp-2023-7.0.5
137+
132138
# sign conversions in assignments by intention
133139
premium-misra-cpp-2023-7.0.6
134140

@@ -171,6 +177,9 @@ premium-misra-cpp-2023-8.2.10
171177
# we separate variable declarations by intention with comma
172178
premium-misra-cpp-2023-8.19.1
173179

180+
# TODO is it true positive?
181+
premium-misra-cpp-2023-8.20.1
182+
174183
# we leave out {} sometimes
175184
premium-misra-cpp-2023-9.3.1
176185

0 commit comments

Comments
 (0)