You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
d18a96e856
This patch replace the standard ASSERT macro with klocwork specific implementation as indicated on: https://docs.roguewave.com/en/klocwork/current/tuningccanalysis This can provide hints to klocwork scanning on the ASSERT() statement so as to avoid false positives. Signed-off-by: Maurice Ma <maurice.ma@intel.com>