skaslev / gl3w

Simple OpenGL core profile loading
http://github.com/skaslev/gl3w
The Unlicense
705 stars 157 forks source link

Fix compile warnings on MSVC with /W4 #68

Closed jasinb closed 3 years ago

jasinb commented 3 years ago

Compiling with MSVC 2019 and /W4 enabled would result in gl3w.c(49,80): warning C4152: nonstandard extension, function/data pointer conversion in expression

skaslev commented 3 years ago

Thank you for fixing this.