Commit 2b67aa29 by Jeffrey A Law Committed by Jeff Law

* intdoc.c (main): Remove unused attribute for main's arguments.

From-SVN: r15791
parent 893de33c
Mon Sep 29 10:37:07 1997 Jeffrey A Law (law@cygnus.com)
* intdoc.c (main): Remove unused attribute for main's arguments.
Sun Sep 28 01:47:17 1997 Jeffrey A Law (law@cygnus.com)
* Make-lang.in (G77_FLAGS_TO_PASS): Pass down RANLIB, RANLIB_TEST
......
......@@ -67,7 +67,7 @@ static char *elaborate_if_real (ffeintrinImp imp, int argno);
static void print_type_string (char *c);
int
main (int argc, char **argv __attribute__ ((unused)))
main (int argc, char **argv)
{
if (argc != 1)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment