From ddd9937fca0d08ca0617d062c0ee414f9072198e Mon Sep 17 00:00:00 2001
From: paoletti <paoletti@umich.edu>
Date: Mon, 11 Apr 2016 17:11:10 -0400
Subject: [PATCH] Added -Wconversion flag as a default.

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

diff --git a/Makefile b/Makefile
index db10133..9bd2932 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ PARTIAL_SUBMITFILE = partialsubmit.tar.gz
 FULL_SUBMITFILE = fullsubmit.tar.gz
 
 #Default Flags
-CXXFLAGS = -std=c++14 -Wall -Werror -Wextra -pedantic 
+CXXFLAGS = -std=c++14 -Wconversion -Wall -Werror -Wextra -pedantic 
 
 # make release - will compile "all" with $(CXXFLAGS) and the -O3 flag
 #				 also defines NDEBUG so that asserts will not check
-- 
GitLab