This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9e1127619c0f6bd6ce00ea2b341238ee7cd2a8f3
eigen
/
Eigen
/
src
/
Core
/
util
/
ReenableStupidWarnings.h
5 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
shut up stupid ICC warnings
2011-02-22 09:31:22 -05:00
#
ifdef _MSC_VER
#
pragma warning( pop )
ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compiler
2011-02-22 09:32:39 -05:00
#
elif defined __INTEL_COMPILER
shut up stupid ICC warnings
2011-02-22 09:31:22 -05:00
#
pragma warning pop
#
endif
Reference in New Issue
Copy Permalink