summaryrefslogtreecommitdiffstats
path: root/documentgen-test
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-11-22 09:56:19 +0100
committerJon Bratseth <bratseth@oath.com>2018-11-22 09:56:19 +0100
commit9e6ea451406d88d8457a850bec1567e0a537afe9 (patch)
tree994c59d95142043eeac1954270fffdc56792334d /documentgen-test
parent7fa4dae2ea86eac7743652d1dd026760dd66f123 (diff)
Don't fail on warnings for now
Diffstat (limited to 'documentgen-test')
-rw-r--r--documentgen-test/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/documentgen-test/pom.xml b/documentgen-test/pom.xml
index fb6515c3f35..fdc1b89a438 100644
--- a/documentgen-test/pom.xml
+++ b/documentgen-test/pom.xml
@@ -55,7 +55,6 @@
<arg>-Xlint:all</arg>
<arg>-Xlint:-unchecked</arg>
<arg>-Xlint:-serial</arg>
- <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>