diff --git a/src/Backends/Platform/GLFW3.cpp b/src/Backends/Platform/GLFW3.cpp index 27772ed0..2269fa04 100644 --- a/src/Backends/Platform/GLFW3.cpp +++ b/src/Backends/Platform/GLFW3.cpp @@ -252,6 +252,8 @@ void PlatformBackend_PostWindowCreation(void) BOOL PlatformBackend_GetBasePath(char *string_buffer) { + (void)string_buffer; + // GLFW3 doesn't seem to have a mechanism for this return FALSE; }