1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0026908: Visualization, TKOpenGl - eliminate -Wunused-parameter compiler warnings for Android target

Support TBO on OpenGL ES 3.2+
This commit is contained in:
isk
2015-12-15 10:58:58 +03:00
committed by abv
parent e9312c0fc2
commit 20aeeb7be3
13 changed files with 69 additions and 24 deletions

View File

@@ -87,6 +87,8 @@ public:
{
theWorkspace->EnableTexture (aPrevTexture);
}
#else
(void )theWorkspace;
#endif
}