mirror of
https://github.com/nigels-com/glew.git
synced 2025-07-01 19:17:41 +00:00
clang: Resolve compilation warnings concerning function declaration without a prototype
This commit is contained in:
parent
aa8d664143
commit
e1e8480902
@ -2,5 +2,5 @@
|
||||
|
||||
#elif defined(GLEW_EGL)
|
||||
|
||||
static void eglewInfo ()
|
||||
static void eglewInfo (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user