This commit is contained in:
2025-08-11 14:00:11 -04:00
parent a189c0ebc2
commit 3dcccf3de9
4 changed files with 33 additions and 49 deletions

View File

@@ -59,7 +59,7 @@ typedef struct {
#define ADD_LIBRARY(libs, lib) ((libs) |= (lib))
#define REMOVE_LIBRARY(libs, lib) ((libs) &= ~(lib))
static lib_flags_t TOLibrary(char *src)
[[maybe_unused]] static lib_flags_t TOLibrary(char *src)
{
if (strcmp(src, "raylib"))
return LIB_RAYLIB;