Skip to content

Commit 85f1163

Browse files
committed
Bypass unused variable warning
1 parent 867c96a commit 85f1163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/platform/system.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ inline const char* et_pal_get_shared_library_name(const void* addr) {
4242
return DYNAMIC_LIBRARY_NOT_FOUND;
4343
}
4444
#endif
45+
(void)addr;
4546
return DYNAMIC_LIBRARY_NOT_SUPPORTED;
4647
}
4748

0 commit comments

Comments
 (0)