Fixing *.stm32f4 builds.

This commit is contained in:
Ruben Ayrapetyan
2014-07-23 14:57:37 +04:00
parent 0eea67ceb2
commit d17e28b7bf
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ fake_exit (void)
}
int
main (int argc, char **argv)
main (int argc __unused,
char **argv __unused)
{
#ifdef __HOST
const char *file_name = NULL;