Index: etc/reports/cppcheck/cppcheck.err =================================================================== diff -u -r582028a0e3077a57cf36e011ac7d6e6d904fbec4 -r1244c4ea38fdf2236ac2e4ce052e9da2200b43fa --- etc/reports/cppcheck/cppcheck.err (.../cppcheck.err) (revision 582028a0e3077a57cf36e011ac7d6e6d904fbec4) +++ etc/reports/cppcheck/cppcheck.err (.../cppcheck.err) (revision 1244c4ea38fdf2236ac2e4ce052e9da2200b43fa) @@ -1,4 +1,4 @@ -08/19/2026 16:02 +08/19/2026 20:05 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 ;