mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 18:56:33 +00:00
GRIM: Silence compiler warning
This commit is contained in:
parent
d968d22eb1
commit
d113c5d3a4
@ -1902,6 +1902,7 @@ void GfxOpenGL::drawEmergString(int x, int y, const char *text, const Color &fgC
|
||||
glListBase(_emergFont);
|
||||
|
||||
char *list = const_cast<char *>(text);
|
||||
(void)list; // silence compiler warning
|
||||
glCallLists(strlen(text), GL_UNSIGNED_BYTE, (void *)text);
|
||||
|
||||
glEnable(GL_LIGHTING);
|
||||
|
Loading…
Reference in New Issue
Block a user