From c3bc17415916a38aae675805b7f26a4cb6aafeca Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 11 Jul 2017 09:11:41 +0000 Subject: Makefile: silence compiler warnings for Eigen libs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c944309..72994be 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ SRC_DIR = ./src CPP = g++ -CPPFLAGS = -O3 -std=gnu++11 -I$(EIGEN_INCLUDE_PATH) +CPPFLAGS = -O3 -std=gnu++11 -isystem$(EIGEN_INCLUDE_PATH) ifdef SHOW_COMPILER_WARNINGS CPPFLAGS += -Wall -- cgit v1.2.3