mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
Added "const" to one argv parameter that was missed when adding strict error checks.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user