Skip to content

Commit

Permalink
Silence modernize-use-nullptr warning in cuda_stream
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 29, 2024
1 parent fe96ab7 commit 132e417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace pika::cuda::experimental {
int device;
pika::execution::thread_priority priority;
unsigned int flags;
whip::stream_t stream = 0;
whip::stream_t stream{};

struct priorities
{
Expand Down

0 comments on commit 132e417

Please sign in to comment.