suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -112,6 +112,7 @@ just_echo:
|
||||
return 0;
|
||||
}
|
||||
|
||||
int echo_main(int argc, char** argv);
|
||||
int echo_main(int argc, char** argv)
|
||||
{
|
||||
(void)bb_echo(argv);
|
||||
|
Reference in New Issue
Block a user