aboutsummaryrefslogtreecommitdiffstats
path: root/documentgen-test
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 07:50:58 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 08:17:09 +0000
commitcab4f308fd0a43df5d41ae7bcd2f93dd007fbbc9 (patch)
treeb2bd09eefb2e726389926f2d9f5d0350088fa340 /documentgen-test
parentb85f85d9d7c69bfeea19d09f714e663c57ed7164 (diff)
add -Werror to avoid warning creep
* note: this module cannot compile with -Xlint:unchecked, because generated code (concrete documents) use many unchecked casts.
Diffstat (limited to 'documentgen-test')
-rw-r--r--documentgen-test/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentgen-test/pom.xml b/documentgen-test/pom.xml
index 59a1adf7692..210b4c10570 100644
--- a/documentgen-test/pom.xml
+++ b/documentgen-test/pom.xml
@@ -67,6 +67,7 @@
<arg>-Xlint:all</arg>
<arg>-Xlint:-unchecked</arg>
<arg>-Xlint:-serial</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>