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