Required for clang
This commit is contained in:
Родитель
3ca0dce89c
Коммит
5dc2e0b7b6
|
@ -41,7 +41,7 @@ static void on_io_error(void* context)
|
|||
(void)printf("IO reported an error\r\n");
|
||||
}
|
||||
|
||||
int main(int argc, void** argv)
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
int result;
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ static void on_io_error(void* context)
|
|||
(void)printf("IO reported an error\r\n");
|
||||
}
|
||||
|
||||
int main(int argc, void** argv)
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
int result;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче