diff options
Diffstat (limited to 'test/com/jogamp/opencl/HighLevelBindingTest.java')
-rw-r--r-- | test/com/jogamp/opencl/HighLevelBindingTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/com/jogamp/opencl/HighLevelBindingTest.java b/test/com/jogamp/opencl/HighLevelBindingTest.java index a0a67595..9fa9f921 100644 --- a/test/com/jogamp/opencl/HighLevelBindingTest.java +++ b/test/com/jogamp/opencl/HighLevelBindingTest.java @@ -212,7 +212,9 @@ public class HighLevelBindingTest extends UITestCase { if(MiscUtils.isOpenCLUnavailable()) return; + @SuppressWarnings("unchecked") CLPlatform platformGPU = CLPlatform.getDefault(version(CL_1_0), type(GPU)); + @SuppressWarnings("unchecked") CLPlatform platformCPU = CLPlatform.getDefault(version(CL_1_0), type(CPU)); if(platformGPU != null) { |