suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -74,6 +74,7 @@ static unsigned sum_file(const char *file, const unsigned type)
|
||||
#undef buf
|
||||
}
|
||||
|
||||
int sum_main(int argc, char **argv);
|
||||
int sum_main(int argc, char **argv)
|
||||
{
|
||||
unsigned n;
|
||||
|
Reference in New Issue
Block a user