diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-11 20:09:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-11 20:09:04 +0000 |
commit | 87f2a3464bc56880619910126816120eeafdb1e2 (patch) | |
tree | 5889dc929e03609fc7e2ef7e6aaf04da15336f43 /ld/ldexp.c | |
parent | 8622e41b9ffd432fc916f0dd2fc8227f27eea3a9 (diff) | |
download | gdb-87f2a3464bc56880619910126816120eeafdb1e2.zip gdb-87f2a3464bc56880619910126816120eeafdb1e2.tar.gz gdb-87f2a3464bc56880619910126816120eeafdb1e2.tar.bz2 |
* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
as appropriate. Fill in structure initializations.
Diffstat (limited to 'ld/ldexp.c')
-rw-r--r-- | ld/ldexp.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ /* This module handles expression trees. -Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. -Written by Steve Chamberlain of Cygnus Support (sac@cygnus.com). + Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 1999 + Free Software Foundation, Inc. + Written by Steve Chamberlain of Cygnus Support (sac@cygnus.com). This file is part of GLD, the Gnu Linker. @@ -967,7 +968,7 @@ exp_get_value_int (tree,def,name, allocation_done) bfd_vma exp_get_abs_int (tree, def, name, allocation_done) etree_type *tree; - int def; + int def ATTRIBUTE_UNUSED; char *name; lang_phase_type allocation_done; { |