diff options
Diffstat (limited to 'test/com/jogamp/opencl/CLBufferTest.java')
-rw-r--r-- | test/com/jogamp/opencl/CLBufferTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/com/jogamp/opencl/CLBufferTest.java b/test/com/jogamp/opencl/CLBufferTest.java index 932266f6..635af4fc 100644 --- a/test/com/jogamp/opencl/CLBufferTest.java +++ b/test/com/jogamp/opencl/CLBufferTest.java @@ -263,6 +263,7 @@ public class CLBufferTest extends UITestCase { if(MiscUtils.isOpenCLUnavailable()) return; + @SuppressWarnings("unchecked") CLPlatform platform = CLPlatform.getDefault(version(CL_1_1)); if(platform == null) { out.println("aborting subBufferTest"); @@ -309,6 +310,7 @@ public class CLBufferTest extends UITestCase { if(MiscUtils.isOpenCLUnavailable()) return; + @SuppressWarnings("unchecked") CLPlatform platform = CLPlatform.getDefault(version(CL_1_1)); if(platform == null) { out.println("aborting subBufferTest"); @@ -359,6 +361,7 @@ public class CLBufferTest extends UITestCase { if(MiscUtils.isOpenCLUnavailable()) return; + @SuppressWarnings("unchecked") CLPlatform platform = CLPlatform.getDefault(version(CL_1_1)); if(platform == null) { out.println("aborting destructorCallbackTest"); |