Skip to content

Commit 7bfab21

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Bypass unused variable warning (#6078)
Summary: Pull Request resolved: #6078 Reviewed By: dvorjackz Differential Revision: D64145498 Pulled By: kirklandsign fbshipit-source-id: ea77e71a8974b4f4563e370d9acf1c53513c6aa7
1 parent 59c359f commit 7bfab21

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)