aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/gl/CLGLContext.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-02-13 13:57:31 +0100
committerMichael Bien <[email protected]>2011-02-13 13:57:31 +0100
commite4f978fef8c2805413190f356f9101f6cd3a56cc (patch)
tree3419bbe81a1b51f3653383094c53918779ef5fd4 /src/com/jogamp/opencl/gl/CLGLContext.java
parent8cc4dacf765452fb10c3f16076b26955994f2b80 (diff)
fixed compiler redundant-casts warnings due to language level changes in gluegen-rt.
Diffstat (limited to 'src/com/jogamp/opencl/gl/CLGLContext.java')
-rw-r--r--src/com/jogamp/opencl/gl/CLGLContext.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/gl/CLGLContext.java b/src/com/jogamp/opencl/gl/CLGLContext.java
index fc3d34aa..c220fcfc 100644
--- a/src/com/jogamp/opencl/gl/CLGLContext.java
+++ b/src/com/jogamp/opencl/gl/CLGLContext.java
@@ -197,7 +197,7 @@ public final class CLGLContext extends CLContext {
throw new RuntimeException("unsupported GLContext: "+glContext);
}
- return (PointerBuffer)properties.put(0).rewind(); // 0 terminated array
+ return properties.put(0).rewind(); // 0 terminated array
}
// Buffers