Skip to content

Commit 99d7871

Browse files
Merge pull request #29 from LedgerHQ/tdj/fix_static_analysis
Fix static analysis issue
2 parents e6fde73 + 6696c48 commit 99d7871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ __attribute__((section(".boot"))) int main(int arg0) {
112112
__builtin_unreachable();
113113
}
114114
CATCH_OTHER(e) {
115+
(void) e;
115116
PRINTF("Exiting following exception: %d\n", e);
116117
}
117118
FINALLY {

0 commit comments

Comments
 (0)