fix compilation and warnings with fcc 4.0.1

This commit is contained in:
Gael Guennebaud
2010-10-13 10:21:28 +02:00
parent bf402dd9b8
commit 3a2bb7f782
2 changed files with 8 additions and 6 deletions

View File

@@ -160,7 +160,7 @@
#define EIGEN_ALWAYS_INLINE_ATTRIB
#endif
#if EIGEN_GNUC_AT_LEAST(4,0)
#if EIGEN_GNUC_AT_LEAST(4,1)
#define EIGEN_FLATTEN_ATTRIB __attribute__((flatten))
#else
#define EIGEN_FLATTEN_ATTRIB