updated warning number for nvcc relase 8 (V8.0.61) for the stupid warning message 'calling a __host__ function from a __host__ __device__ function is not allowed'.

This commit is contained in:
Abhijit Kundu 2017-05-01 10:36:27 -04:00
parent 9bc0a35731
commit 4343db84d8

View File

@ -72,6 +72,7 @@
#pragma diag_suppress 2671
#pragma diag_suppress 2735
#pragma diag_suppress 2737
#pragma diag_suppress 2739
#endif
#endif // not EIGEN_WARNINGS_DISABLED