diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-05-27 07:38:27 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-05-27 07:38:27 +0200 |
| commit | 2a2fb3bd94c944cf1c99fab2ce2e666cf317ac46 (patch) | |
| tree | 9137c64c049ff97275b925998240c28b99209738 | |
| parent | f7757cd0232edb11ea527b17bc3fe7dc7addc5e0 (diff) | |
| download | cgeo-2a2fb3bd94c944cf1c99fab2ce2e666cf317ac46.zip cgeo-2a2fb3bd94c944cf1c99fab2ce2e666cf317ac46.tar.gz cgeo-2a2fb3bd94c944cf1c99fab2ce2e666cf317ac46.tar.bz2 | |
build: force Jenkins to collect all compiler warnings
| -rw-r--r-- | main/ant.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/ant.properties b/main/ant.properties index 8216a77..e3fa250 100644 --- a/main/ant.properties +++ b/main/ant.properties @@ -17,4 +17,5 @@ proguard.config=proguard.cfg proguard.jar=support/proguard.jar -source.dir=src;thirdparty
\ No newline at end of file +source.dir=src;thirdparty +java.compilerargs=-Xlint
\ No newline at end of file |
