mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +08:00
* re-enabled deprecation warning on msvc now that eigen isn't using functions microsoft deems deprecated
This commit is contained in:
parent
336f0a8486
commit
7078cfaeaa
@ -3,7 +3,7 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4181 4244 4127 4211 4996 )
|
||||
#pragma warning( disable : 4181 4244 4127 4211 )
|
||||
#endif
|
||||
|
||||
#endif // EIGEN_DISABLEMSVCWARNINGS_H
|
Loading…
Reference in New Issue
Block a user