mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
7 lines
170 B
C
7 lines
170 B
C
|
|
#ifdef _MSC_VER
|
|
// 4273 - QtAlignedMalloc, inconsistent dll linkage
|
|
#pragma warning( push )
|
|
#pragma warning( disable : 4181 4244 4127 4211 4273 4522 4717 )
|
|
#endif
|