library: Silence warnings of unused variables

This commit is contained in:
Antonio Niño Díaz 2024-03-02 12:42:08 +00:00
parent a7f8353bac
commit e7fc9f8203

View File

@ -179,6 +179,10 @@ int NE_MaterialTexLoadGRF(NE_Material *tex, NE_Palette *pal,
NE_TextureFlags flags, const char *path)
{
#ifndef NE_BLOCKSDS
(void)tex;
(void)pal;
(void)flags;
(void)path;
NE_DebugPrint("%s only supported in BlocksDS", __func__);
return 0;
#else // NE_BLOCKSDS