ref: 10f98821083292c3e6180a195606dbe5eae9b204
parent: c194ff9dc65e947eb1ec9e458504d462504c8c1e
author: Clownacy <[email protected]>
date: Thu Apr 2 20:00:13 EDT 2020
Shut up a warning
--- a/src/Backends/Platform/GLFW3.cpp
+++ b/src/Backends/Platform/GLFW3.cpp
@@ -252,6 +252,8 @@
BOOL PlatformBackend_GetBasePath(char *string_buffer)
{
+ (void)string_buffer;
+
// GLFW3 doesn't seem to have a mechanism for this
return FALSE;
}