From a231b1dd814ea800357fa0ab065344ece956a910 Mon Sep 17 00:00:00 2001
From: Camille Coti <coti@lipn.univ-paris13.fr>
Date: Thu, 18 Jul 2019 04:07:24 +0200
Subject: [PATCH] Display warnings

---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index 641fa35..d1a477c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,7 +2,7 @@ CXX = g++
 MPICXX = mpic++
 LD = g++
 MPILD = mpic++
-CFLAGS = -g -O3  -Wno-unused-variable
+CFLAGS = -Wall -g -O3  -Wno-unused-variable
 LDOPT = -lginac
 
 MPIEXEC = mpiexec
-- 
GitLab