Skip to content

Commit

Permalink
removed main parameters names
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogumil-Sapinski-Mobica committed Jun 29, 2023
1 parent b303ce5 commit 4f00bf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions samples/core/enumopencl/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@ static cl_int PrintDeviceInfoSummary(const std::vector<cl::Device> devices)
return CL_SUCCESS;
}

int main(int argc, char** argv)
int main(int, char**)
{
(void)argc;
(void**)argv;

std::vector<cl::Platform> platforms;
cl::Platform::get(&platforms);
Expand Down

0 comments on commit 4f00bf4

Please sign in to comment.