From: pete Date: Tue, 11 Jan 2011 08:04:33 +0000 (+0100) Subject: Updates after lint check X-Git-Url: https://rtime.felk.cvut.cz/gitweb/arc.git/commitdiff_plain/e4b3099508fa948080d95d25141cc5489db4f40e Updates after lint check --- diff --git a/memory/NvM/NvM.c b/memory/NvM/NvM.c index 553feb69..6f18b99a 100644 --- a/memory/NvM/NvM.c +++ b/memory/NvM/NvM.c @@ -28,8 +28,8 @@ * NB! Even though some code exist for handling crc, the functionality is not complete * and shall not be used. */ -// 522 PC-Lint exception for empty functions -//lint -esym(522,CalcCrc) + +//lint -esym(522,CalcCrc) // 522 PC-Lint exception for empty functions //lint -emacro(904,VALIDATE_RV,VALIDATE_NO_RV) //904 PC-Lint exception to MISRA 14.7 (validate macros). // Exception made as a result of that NVM_DATASET_SELECTION_BITS can be zero