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
|
||||
#endif
|
||||
|
||||
enum {Dimension = SizeAtCompileTime};
|
||||
typedef typename ei_to_vcgtype<Matrix>::type EquivVcgType;
|
||||
|
|
|
@ -21,8 +21,9 @@
|
|||
* *
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef __GNUC__
|
||||
#warning You are including deprecated math stuff
|
||||
|
||||
#endif
|
||||
|
||||
typedef Scalar ScalarType;
|
||||
|
||||
|
|
Loading…
Reference in New Issue