Index: etc/reports/cppcheck/cppcheck.err =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -r5a3c8d31fb220eb82f4f1d5c1ea063f05cb43287 --- etc/reports/cppcheck/cppcheck.err (.../cppcheck.err) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ etc/reports/cppcheck/cppcheck.err (.../cppcheck.err) (revision 5a3c8d31fb220eb82f4f1d5c1ea063f05cb43287) @@ -1,4 +1,4 @@ -04/25/2025 20:19 +04/25/2025 23:01 Behrouz NematiPour /home/denali/Public/luis/application/sources/canbus/MessageAcknowModel.h:58:9: performance: When an object of a class is created, the constructors of all member variables are called consecutively in the order the variables are declared, even if you don't explicitly write them to the initialization list. You could avoid assigning '_sequence' a value by passing the value to the constructor in the initialization list. [useInitializationList] _sequence = vSequence ;