Skip to content

Commit

Permalink
Silence more compiler warnings occurring in Eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 12, 2021
1 parent aec6130 commit a75b266
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/math/Matrix4.h
Expand Up @@ -12,7 +12,8 @@
// Silence C++17 deprecation warnings from Eigen\src\Core\util\Meta.h(373), will be unsilenced at the bottom of this file
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4996)
#pragma warning(disable : 4996)
#pragma warning(disable : 4127)
#endif

#include <Eigen/Geometry>
Expand Down

0 comments on commit a75b266

Please sign in to comment.