We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da95bd3 commit 4c883f6Copy full SHA for 4c883f6
1 file changed
platforms/desktop-shared/utils.h
@@ -73,7 +73,7 @@ static inline void get_executable_path(char* path, size_t size)
73
path[0] = '\0';
74
}
75
#else
76
- UNUSED(size);
+ (void)(size);
77
78
#endif
79
0 commit comments