suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -75,6 +75,7 @@ static int file_doesnt_exist(const char *filename)
|
||||
return stat(filename, &statbuf);
|
||||
}
|
||||
|
||||
int patch_main(int argc, char **argv);
|
||||
int patch_main(int argc, char **argv)
|
||||
{
|
||||
int patch_level = -1;
|
||||
|
Reference in New Issue
Block a user