suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "busybox.h"
|
||||
#include "libcoreutils/coreutils.h"
|
||||
|
||||
int cp_main(int argc, char **argv);
|
||||
int cp_main(int argc, char **argv)
|
||||
{
|
||||
struct stat source_stat;
|
||||
|
Reference in New Issue
Block a user