summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/CLProgramTest.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-05-12 17:21:36 +0200
committerMichael Bien <[email protected]>2010-05-12 17:21:36 +0200
commita0f74dd069149b7eb1966c248c64ed35bb062863 (patch)
treee8d176f70206213794605acc795f45aabe37b109 /test/com/jogamp/opencl/CLProgramTest.java
parent503f38b03f6fabcba6e3c3c573eec949966b86ca (diff)
disabled callbacks temporary to be able to build on windows.
fixed a few compiler warnings.
Diffstat (limited to 'test/com/jogamp/opencl/CLProgramTest.java')
-rw-r--r--test/com/jogamp/opencl/CLProgramTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/com/jogamp/opencl/CLProgramTest.java b/test/com/jogamp/opencl/CLProgramTest.java
index ec238fb5..b25230f8 100644
--- a/test/com/jogamp/opencl/CLProgramTest.java
+++ b/test/com/jogamp/opencl/CLProgramTest.java
@@ -203,6 +203,7 @@ public class CLProgramTest {
};
builder.setProgram(program).build(buildCallback);
+ countdown.countDown(); // TODO remove if callbacks are enabled again
countdown.await();
}