Skip to content

Commit

Permalink
Remove more pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfWeeber committed Oct 14, 2024
1 parent ef3f496 commit 733068d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace lbm {
#ifdef __NVCC_DIAG_PRAGMA_SUPPORT__
#pragma nv_diag_suppress 177
#else
#pragma diag_suppress 177

#endif
#endif
// NOLINTBEGIN(readability-non-const-parameter*)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace lbm {
#ifdef __NVCC_DIAG_PRAGMA_SUPPORT__
#pragma nv_diag_suppress 177
#else
#pragma diag_suppress 177

#endif
#endif
// NOLINTBEGIN(readability-non-const-parameter*)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace lbm {
#ifdef __NVCC_DIAG_PRAGMA_SUPPORT__
#pragma nv_diag_suppress 177
#else
#pragma diag_suppress 177

#endif
#endif
// NOLINTBEGIN(readability-non-const-parameter*)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace lbm {
#ifdef __NVCC_DIAG_PRAGMA_SUPPORT__
#pragma nv_diag_suppress 177
#else
#pragma diag_suppress 177

#endif
#endif
// NOLINTBEGIN(readability-non-const-parameter*)
Expand Down

0 comments on commit 733068d

Please sign in to comment.