suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "busybox.h"
|
||||
#include <signal.h>
|
||||
|
||||
int tee_main(int argc, char **argv);
|
||||
int tee_main(int argc, char **argv)
|
||||
{
|
||||
const char *mode = "w\0a";
|
||||
|
||||
Reference in New Issue
Block a user