Skip to content

Commit

Permalink
fix clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosborn committed Aug 19, 2023
1 parent c73d2b4 commit bab726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/targets/generic/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace quda

template <int x, int y, int z>
struct DimsStatic {
static constexpr dim3 dims(dim3 block) {
static constexpr dim3 dims(dim3) {
return dim3(x,y,z);
}
};
Expand Down

0 comments on commit bab726e

Please sign in to comment.