aboutsummaryrefslogtreecommitdiff
path: root/Makefile.osx
diff options
context:
space:
mode:
authorPeter Carbonetto2017-05-09 12:48:27 -0500
committerPeter Carbonetto2017-05-09 12:48:27 -0500
commitf808355cd7abbadd2fbcc5ff471ba89a12205159 (patch)
treeb5b9bef67de6b04d70a4c8b67b2e464b9aee343f /Makefile.osx
parent0f6431e9191acfafc33152a610b87d3d0524c1fe (diff)
downloadpangemma-f808355cd7abbadd2fbcc5ff471ba89a12205159.tar.gz
Putatively fixed -Wc++11-narrowing error in io.cpp (see Issue #24).
Diffstat (limited to 'Makefile.osx')
-rw-r--r--Makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.osx b/Makefile.osx
index efa2e4c..8fcab7b 100644
--- a/Makefile.osx
+++ b/Makefile.osx
@@ -30,7 +30,7 @@ SRC_DIR = ./src
CPP = g++
CPPFLAGS = -F /System/Library/Frameworks -Wall -O3 \
- -I/usr/local/opt/gsl@1/include
+ -I/usr/local/opt/gsl@1/include -Wc++11-narrowing
LIBS = /usr/local/opt/gsl@1/lib/libgsl.a \
/usr/local/opt/gsl@1/lib/libgslcblas.a -lz