Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress gcc 4.8.5 (CentOS 7) warning.
``` include/pybind11/eigen/../numpy.h:63:53: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] return *reinterpret_cast<T *>(value_storage_); ^ ```
- Loading branch information