Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
eb88c9df
Commit
eb88c9df
authored
Sep 16, 2014
by
Nicolas Mansard
Committed by
nmansard
Sep 16, 2014
Browse files
tentatives to prevent ugly warnings from numpy.
parent
7e0c4a8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
eb88c9df
...
...
@@ -20,6 +20,8 @@ SET(CMAKE_VERBOSE_MAKEFILE True)
project
(
${
PROJECT_NAME
}
)
SETUP_PROJECT
()
STRING
(
REPLACE
"-pedantic"
""
CMAKE_CXX_FLAGS
${
CMAKE_CXX_FLAGS
}
)
MESSAGE
(
STATUS
"CFLAGS = "
${
CMAKE_CXX_FLAGS
}
)
# ----------------------------------------------------
# --- DEPENDANCIES -----------------------------------
...
...
src/details.hpp
View file @
eb88c9df
...
...
@@ -19,6 +19,8 @@
#include
<Eigen/Core>
#include
<boost/python.hpp>
#pragma GCC diagnostic error "-pedantic" // Alas only work for g++ 4.8
#include
<numpy/arrayobject.h>
#include
<iostream>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment