mvsc does not like #warning
This commit is contained in:
parent
3d43483497
commit
7b075b3905
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue