Commit e9cefc3e by David O'Brien Committed by Jeff Law

gcc.c (main): Quiet compiler warnings.

        * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
        writable in parts of the GCC code.

From-SVN: r34550
parent db3d8cde
2000-06-14 David O'Brien <obrien@FreeBSD.org>
* gcc.c (main): Quiet compiler warnings. argv is assumed to be
writable in parts of the GCC code.
* config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
specification match cast.
......
......@@ -5135,7 +5135,7 @@ extern int main PARAMS ((int, const char **));
int
main (argc, argv)
int argc;
const char **argv;
char **argv;
{
register size_t i;
size_t j;
......
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