From e1e84809028eb37bc8f7a2e764315c472fc009aa Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Thu, 19 Jun 2025 19:48:59 +1000 Subject: [PATCH] clang: Resolve compilation warnings concerning function declaration without a prototype --- auto/src/glewinfo_egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/src/glewinfo_egl.c b/auto/src/glewinfo_egl.c index 877e722..b73256b 100644 --- a/auto/src/glewinfo_egl.c +++ b/auto/src/glewinfo_egl.c @@ -2,5 +2,5 @@ #elif defined(GLEW_EGL) -static void eglewInfo () +static void eglewInfo (void) {