Skip to content

Commit

Permalink
Merge #6312
Browse files Browse the repository at this point in the history
6312: Fixing warning/error r=hkaiser a=hkaiser



Co-authored-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
  • Loading branch information
StellarBot and hkaiser committed Jul 27, 2023
2 parents 5d5dbb1 + b2fcd2e commit 15e59da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/core/async_cuda/tests/unit/cuda_multi_device_polling.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Gregor Daiß
// Copyright (c) 2023 Gregor Daiß
//
// SPDX-License-Identifier: BSL-1.0
// Distributed under the Boost Software License, Version 1.0. (See accompanying
Expand Down Expand Up @@ -39,7 +39,7 @@ extern void launch_saxpy_kernel(
unsigned int& threads, void** args);

// -------------------------------------------------------------------------
int hpx_main(hpx::program_options::variables_map& vm)
int hpx_main(hpx::program_options::variables_map&)
{
// install cuda future polling handler
hpx::cuda::experimental::enable_user_polling poll("default");
Expand Down

0 comments on commit 15e59da

Please sign in to comment.