This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SAFETI_DIAG_LIB: RM48L950

Part Number: SAFETI_DIAG_LIB


Tool/software:

Hello,

While integrating the SafeTI library, I have found a warning inside the function _SL_HoldNClear_nError.

The warning is #188-D pointless comparison of unsigned integer with zero.

Indeed, after checking the code, it does seem that a pointless comparison is done inside the while condition. NERROR_HOLD_DELAY is defined as 0 in sl_config.h

Is it voluntary ? Can i remove the while loop to eliminate the warning or shall I change the value inside sl_config.h ?

Thank you for your support.

Regards,

Hanlin YU