Skip to content

Commit 4c883f6

Browse files
committed
fix bsd build
1 parent da95bd3 commit 4c883f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/desktop-shared/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static inline void get_executable_path(char* path, size_t size)
7373
path[0] = '\0';
7474
}
7575
#else
76-
UNUSED(size);
76+
(void)(size);
7777
path[0] = '\0';
7878
#endif
7979
}

0 commit comments

Comments
 (0)