From b36262cd11962c8ce6e54e0bc9b134153f9076b9 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 10 Apr 2022 20:30:03 -0400 Subject: [PATCH] cosmetic --- lib/gpu/geryon/ucl_get_devices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gpu/geryon/ucl_get_devices.cpp b/lib/gpu/geryon/ucl_get_devices.cpp index 994554a252..0982e96680 100644 --- a/lib/gpu/geryon/ucl_get_devices.cpp +++ b/lib/gpu/geryon/ucl_get_devices.cpp @@ -41,7 +41,7 @@ using namespace ucl_cudart; using namespace ucl_hip; #endif -int main(int argc, char** argv) { +int main(int /*argc*/, char** /*argv*/) { UCL_Device cop; std::cout << "Found " << cop.num_platforms() << " platform(s).\n"; if (cop.num_platforms()>0)