suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -578,6 +578,7 @@ static int is_a_group_member(gid_t gid)
|
||||
|
||||
/* applet entry point */
|
||||
|
||||
int test_main(int argc, char **argv);
|
||||
int test_main(int argc, char **argv)
|
||||
{
|
||||
return bb_test(argc, argv);
|
||||
|
Reference in New Issue
Block a user