Tests: Fix RunCMake.ExcludeFromAll test program warning
Add a return value to `main()`.
This commit is contained in:
parent
99c131c5a3
commit
36743436cf
@ -1,3 +1,4 @@
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user