Skip to content

Commit 7ed6059

Browse files
committed
Fix warning
1 parent 56c720b commit 7ed6059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platforms/shared/desktop/utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ static inline void get_executable_path(char* path, size_t size)
8888
path[0] = '\0';
8989
}
9090
#else
91+
UNUSED(size);
9192
path[0] = '\0';
9293
#endif
9394
}

0 commit comments

Comments
 (0)