Skip to content
Snippets Groups Projects
Commit 449919bf authored by Brad King's avatar Brad King
Browse files

ERR: Fixed unused argument warning.

parent ca0f7f87
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ int test5(int argc, const char* argv[])
{
int r;
const char* cmd[4];
(void)argc;
cmd[0] = argv[0];
cmd[1] = "run";
cmd[2] = "4";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment