From 46d804c5d2607c165ee53db1a0095534f2754eef Mon Sep 17 00:00:00 2001 From: vil02 Date: Sat, 18 May 2024 22:37:54 +0200 Subject: [PATCH] style: enable compiler warnings and treat them as errors --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 96478c484837..1ba57f5702f6 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,15 @@ 17 17 + + -Xlint:all + -Xlint:-auxiliaryclass + -Xlint:-rawtypes + -Xlint:-serial + -Xlint:-try + -Xlint:-unchecked + -Werror +