mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Revert the nvcc messages to their default severity instead of the forcing them to be warnings
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
#elif defined __clang__
|
||||
#pragma clang diagnostic pop
|
||||
#elif defined __NVCC__
|
||||
#pragma diag_warning code_is_unreachable
|
||||
#pragma diag_warning initialization_not_reachable
|
||||
#pragma diag_default code_is_unreachable
|
||||
#pragma diag_default initialization_not_reachable
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user