From af98d52c4da6d4d49f57ce93f9e8a17f7bf40877 Mon Sep 17 00:00:00 2001
From: Vincent Danjean <Vincent.Danjean@ens-lyon.org>
Date: Fri, 2 Nov 2012 15:46:02 +0100
Subject: [PATCH] Increase compiler warning level

---
 CUtils/c_sources/Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CUtils/c_sources/Makefile.PL b/CUtils/c_sources/Makefile.PL
index 6e89bc1..5bc2d53 100644
--- a/CUtils/c_sources/Makefile.PL
+++ b/CUtils/c_sources/Makefile.PL
@@ -5,7 +5,7 @@ WriteMakefile(
     NAME   => 'ALTree::CUtils',
     SKIP   => [qw(all static static_lib dynamic dynamic_lib)],
     clean  => {'FILES' => 'libaltree-cutils$(LIB_EXT)'},
-    INC               => '-I. -Ic_sources',
+    INC    => '-Wall -I. -Ic_sources',
 );
 
 sub MY::top_targets {
-- 
GitLab