mvsc does not like #warning

This commit is contained in:
Paolo Cignoni 2008-10-29 13:17:32 +00:00
parent 3d43483497
commit 7b075b3905
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,9 @@
* * * *
****************************************************************************/ ****************************************************************************/
#ifdef __GNUC__
#warning You are including deprecated math stuff #warning You are including deprecated math stuff
#endif
enum {Dimension = SizeAtCompileTime}; enum {Dimension = SizeAtCompileTime};
typedef typename ei_to_vcgtype<Matrix>::type EquivVcgType; typedef typename ei_to_vcgtype<Matrix>::type EquivVcgType;

View File

@ -21,8 +21,9 @@
* * * *
****************************************************************************/ ****************************************************************************/
#ifdef __GNUC__
#warning You are including deprecated math stuff #warning You are including deprecated math stuff
#endif
typedef Scalar ScalarType; typedef Scalar ScalarType;