Skip to content

Commit

Permalink
[UR] Remove parameters from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Vesely committed Sep 18, 2023
1 parent bd4f75d commit 747613b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loader/platforms/platforms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using namespace logger;

//////////////////////////////////////////////////////////////////////////
int main([[maybe_unused]] int argc, [[maybe_unused]] char *argv[]) {
int main(int, char *[]) {
logger::init("TEST");

ur_result_t status;
Expand Down

0 comments on commit 747613b

Please sign in to comment.