From c03570a9a350af0355d7068d221a065d11690489 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 5 Aug 2019 21:12:50 +0100 Subject: [PATCH] Pass -Wall, -Wextra and -pedantic options to the compiler --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index d822b485..3412a7cd 100644 --- a/pom.xml +++ b/pom.xml @@ -186,6 +186,12 @@ full + + + + + + true