Skip to content

Commit

Permalink
XCode fix - warnings as errors and unused parameter triggers it
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-lunarg committed Sep 26, 2023
1 parent 22ed25c commit f352069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loader/vk_loader_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ static inline char *loader_platform_executable_path(char *buffer, size_t size) {
#elif defined(__APPLE__)
#if defined(__APPLE_EMBEDDED__)
static inline char *loader_platform_executable_path(char *buffer, size_t size) {
(void)size;
buffer[0] = '\0';
return buffer;
}
Expand Down

0 comments on commit f352069

Please sign in to comment.