提交 fb5793e0 编写于 作者: M Mark VanderVoord

Merge pull request #96 from trianglee/master

Added "const" to one argv parameter that was missed when adding strict error checks. (thanks, trianglee!)
......@@ -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.
先完成此消息的编辑!
想要评论请 注册