Commit ac4d524d by Jeffrey A Law Committed by Jeff Law

fold-const.c (lshift_double): Mark 'prec' arguments as possibly unused.

        * fold-const.c (lshift_double): Mark 'prec' arguments as possibly
        unused.

From-SVN: r24830
parent 967ce1c0
Sat Jan 23 01:37:36 1999 Jeffrey A Law (law@cygnus.com)
* fold-const.c (lshift_double): Mark 'prec' arguments as possibly
unused.
* bitmap.h (bitmap_head_def): Make indx field unsigned.
* configure.in (gcc_tooldir): When not making a relative gcc_tooldir,
......
/* Fold a constant sub-tree into a single node for C-compiler
Copyright (C) 1987, 88, 92-97, 1998 Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
......@@ -378,7 +378,7 @@ lshift_double (l1, h1, count, prec, lv, hv, arith)
void
rshift_double (l1, h1, count, prec, lv, hv, arith)
HOST_WIDE_INT l1, h1, count;
int prec;
int prec ATTRIBUTE_UNUSED;
HOST_WIDE_INT *lv, *hv;
int arith;
{
......
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