提交 5f77c638 编写于 作者: N nimrodz

Added "const" to one argv parameter that was missed when adding strict error checks.

上级 e5b25dfc
......@@ -6,7 +6,7 @@ static void RunAllTests(void)
RUN_TEST_GROUP(ProductionCode2);
}
int main(int argc, char * argv[])
int main(int argc, const char * argv[])
{
return UnityMain(argc, argv, RunAllTests);
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册