diff options
author | Michael Bien <[email protected]> | 2010-02-01 01:09:18 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-02-01 01:09:18 +0100 |
commit | e4e7dc4e7a63206c091cd3288adc6a7346f74191 (patch) | |
tree | ab2435f774da803489fd58612e6b1f22a3e46cee /nbproject | |
parent | 2015fa5cd47b9be234f30e4b98d06b83486e4fb2 (diff) |
trivial bugfixes, typo and javadoc warning fixes.
began to switch to gluegen's libloading infrastructure.
added CL extensions accessors to CLPlatform.
optimized isFooEnabled() methods for CLCommandQueue.
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index eab4a1e4..8622d80a 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -40,7 +40,7 @@ javac.classpath=\ ${file.reference.newt.all.jar}:\ ${file.reference.nativewindow.all.jar} # Space-separated list of extra javac options -javac.compilerargs= +javac.compilerargs=-Xlint javac.deprecation=true javac.source=1.5 javac.target=1.5 |