From 732ef78f314cc7f103556d03cc15e4c4b61bec17 Mon Sep 17 00:00:00 2001 From: jcarpent <jcarpent@laas.fr> Date: Tue, 21 Jul 2015 15:48:38 +0200 Subject: [PATCH] [Bug fix] Remove the pragma line leading to error with gcc 4.8 --- src/details.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/details.hpp b/src/details.hpp index 5b5c5463..ce9ba1bc 100644 --- a/src/details.hpp +++ b/src/details.hpp @@ -20,7 +20,6 @@ #include <boost/python.hpp> #include <Eigen/Core> -#pragma GCC diagnostic error "-pedantic" // Alas only work for g++ 4.8 #include <numpy/arrayobject.h> #include <iostream> -- GitLab