Skip to content

Disable error reporting when testing for OpenGL.

When testing for OpenGL support, it makes sense to not report errors when trying to compile code that we use to check OpenGL support. This patch temporarily disables global error reporting when checking for OpenGL errors.

Merge request reports