1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
JUCE/modules/juce_opengl/native
hogliux 8c242b7547 Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
2015-05-05 10:57:50 +01:00
..
juce_MissingGLDefinitions.h Added an openGL constant. 2015-02-17 17:11:44 +00:00
juce_OpenGL_android.h Workaround for problems on Android when the OS reuses a posix thread for the openGL thread. 2015-02-24 17:59:53 +00:00
juce_OpenGL_ios.h Fixed an iOS GL compile error. 2015-04-20 17:29:11 +01:00
juce_OpenGL_linux.h Fix warnings on linux 2015-05-05 10:57:50 +01:00
juce_OpenGL_osx.h Tweaked the OSX openGL context to hopefully fix problems enabling multisampling mode. 2014-12-23 12:42:39 +00:00
juce_OpenGL_win32.h Fix for win32 openGL repaints when continuous rendering is turned off. 2014-08-14 11:44:46 +01:00
juce_OpenGLExtensions.h Removed glDrawBuffers call (wasn't available in GLES) 2014-08-12 08:28:34 +01:00