Skip to content
Snippets Groups Projects
Verified Commit c8dc9359 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: add EIGENPY_UNUSED_VARIABLE macro

parent 73212cc8
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#define EIGENPY_NO_ALIGNMENT_VALUE Eigen::Unaligned #define EIGENPY_NO_ALIGNMENT_VALUE Eigen::Unaligned
#define EIGENPY_UNUSED_VARIABLE(var) (void)(var)
#include "eigenpy/expose.hpp" #include "eigenpy/expose.hpp"
namespace eigenpy namespace eigenpy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment