suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
int which_main(int argc, char **argv);
|
||||
int which_main(int argc, char **argv)
|
||||
{
|
||||
int status = EXIT_SUCCESS;
|
||||
|
Reference in New Issue
Block a user