clang: Resolve compilation warnings concerning function declaration without a prototype

This commit is contained in:
Nigel Stewart 2025-06-19 19:48:59 +10:00
parent aa8d664143
commit e1e8480902

View File

@ -2,5 +2,5 @@
#elif defined(GLEW_EGL)
static void eglewInfo ()
static void eglewInfo (void)
{