Skip to content

Commit 6696c48

Browse files
Fix static analysis issue
1 parent e6fde73 commit 6696c48

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)