Skip to content
Snippets Groups Projects
Commit 36f31f67 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Fix deprecation warning for #pragma diag_suppress

parent e2078fec
No related branches found
No related tags found
1 merge request!160Do not add empty entries to sendProcessNeighbors (MultiGPU)
......@@ -55,7 +55,7 @@ class TriangularMeshDiscretizationStrategy;
#ifdef __GNUC__
#ifndef __clang__
#pragma push
#pragma diag_suppress = 3156
#pragma nv_diag_suppress = 3156
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment