Skip to content

Commit e9f1308

Browse files
committed
Silencing compiler warning
1 parent 76af4af commit e9f1308

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/update_flash.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ static int RAMFUNCTION wolfBoot_update(int fallback_allowed)
802802
{
803803
uint32_t fb_ok = (fallback_allowed == 1);
804804
VERIFY_VERSION_ALLOWED(fb_ok);
805+
(void)fb_ok;
805806
}
806807
if ((fallback_allowed == 0) && (cur_ver >= upd_ver)) {
807808
wolfBoot_printf("Update version not allowed\n");

0 commit comments

Comments
 (0)