Index: results/cppcheckError.csv =================================================================== diff -u -rb009486244597c514534d6470ca5c162f9fe631e -r6e4c04c095b69e7925258092e4536e61d86b619d --- results/cppcheckError.csv (.../cppcheckError.csv) (revision b009486244597c514534d6470ca5c162f9fe631e) +++ results/cppcheckError.csv (.../cppcheckError.csv) (revision 6e4c04c095b69e7925258092e4536e61d86b619d) @@ -16,10 +16,10 @@ hdfirmware/firmware/FWCommon/NVDataMgmt.c,1568,style,variableScope,The scope of the variable 'quotient' can be reduced. hdfirmware/firmware/FWCommon/NVDataMgmt.c,1569,style,variableScope,The scope of the variable 'modulus' can be reduced. hdfirmware/firmware/FWCommon/NVDataMgmt.c,1572,style,variableScope,The scope of the variable 'i' can be reduced. -hdfirmware/firmware/FWCommon/RTC.c,1217,style,redundantAssignment,Variable 'result' is reassigned a value before the old one has been used. -hdfirmware/firmware/FWCommon/RTC.c,792,style,variableScope,The scope of the variable 'decimalHigh' can be reduced. -hdfirmware/firmware/FWCommon/RTC.c,793,style,variableScope,The scope of the variable 'decimalLow' can be reduced. -hdfirmware/firmware/FWCommon/RTC.c,714,style,unreadVariable,Variable 'controlReg2' is assigned a value that is never used. +hdfirmware/firmware/FWCommon/RTC.c,1221,style,redundantAssignment,Variable 'result' is reassigned a value before the old one has been used. +hdfirmware/firmware/FWCommon/RTC.c,796,style,variableScope,The scope of the variable 'decimalHigh' can be reduced. +hdfirmware/firmware/FWCommon/RTC.c,797,style,variableScope,The scope of the variable 'decimalLow' can be reduced. +hdfirmware/firmware/FWCommon/RTC.c,718,style,unreadVariable,Variable 'controlReg2' is assigned a value that is never used. hdfirmware/firmware/FWCommon/Utilities.c,216,style,variableScope,The scope of the variable 'timeInMS' can be reduced. hdfirmware/firmware/FWCommon/irqDispatch_c.c,76,style,unusedFunction,The function 'C_irqDispatch' is never used. hdfirmware/firmware/FWCommon/FlashDrvr/Fapi_UserDefinedFunctions.c,68,style,unusedFunction,The function 'Fapi_serviceWatchdogTimer' is never used.