suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -41,6 +41,7 @@ static const struct option env_long_options[] = {
|
||||
};
|
||||
#endif
|
||||
|
||||
int env_main(int argc, char** argv);
|
||||
int env_main(int argc, char** argv)
|
||||
{
|
||||
static char *cleanenv[1] = { NULL };
|
||||
|
||||
Reference in New Issue
Block a user