cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
538 stars 59 forks source link

[Win issues] Ignore osg-example compiler warning & adapt to new GLBINDING_BINARIES cmake-config #266

Closed dgimb89 closed 9 years ago

dgimb89 commented 9 years ago

OSG-3.3.1 headers included by osg-example produce a compiler warning (4100 - unused parameter references) in MSVC which prevents compilation. Ignoring the compiler warning when including the osg header files fixes this. Additionally a small change to the examples CMakeLists is necessary if https://github.com/hpicgs/glbinding/pull/47 is accepted

dgimb89 commented 9 years ago

done