mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Warnings control to overpower the NVCC compiler
This commit is contained in:
parent
918c105c57
commit
7331ee2d80
@ -33,5 +33,13 @@ directory
|
|||||||
//disables and intel compiler specific warning (in json.hpp)
|
//disables and intel compiler specific warning (in json.hpp)
|
||||||
#pragma warning disable 488
|
#pragma warning disable 488
|
||||||
|
|
||||||
|
//disables nvcc specific warning in json.hpp
|
||||||
|
#pragma diag_suppress unsigned_compare_with_zero
|
||||||
|
#pragma diag_suppress cast_to_qualified_type
|
||||||
|
|
||||||
|
//disables nvcc specific warning in many files
|
||||||
|
#pragma diag_suppress esa_on_defaulted_function_ignored
|
||||||
|
#pragma diag_suppress extra_semicolon
|
||||||
|
//Eigen only
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user