summaryrefslogtreecommitdiffstats
path: root/processing
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-28 11:46:04 +0200
committerJon Bratseth <bratseth@oath.com>2018-08-28 11:46:04 +0200
commit700e6f26c8bd0ff51b74d0e1ada0420b9fcd97f9 (patch)
tree74e65daf06da9b413078ec07e404dd6144be214b /processing
parentdfb3d41713fb28ad4aaf19487db1cefb4e00a099 (diff)
Install model-evaluation in standalone
Diffstat (limited to 'processing')
-rw-r--r--processing/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/processing/pom.xml b/processing/pom.xml
index 9bb9ee77037..7e36ea28ccc 100644
--- a/processing/pom.xml
+++ b/processing/pom.xml
@@ -49,6 +49,7 @@
<arg>-Xlint:all</arg>
<arg>-Xlint:-rawtypes</arg>
<arg>-Xlint:-serial</arg>
+ <arg>-Xlint:-options</arg> <!-- TODO: Remove when on a version above Java 8 -->
<arg>-Werror</arg>
</compilerArgs>
</configuration>