mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
fix set but unused variable warnings
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2010-06-27 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* resbin.c (res_to_bin_accelerator): Delete set but unused variables.
|
||||
|
||||
2010-06-17 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/11711
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* resbin.c -- manipulate the Windows binary resource format.
|
||||
Copyright 1997, 1998, 1999, 2002, 2003, 2005, 2006, 2007, 2009
|
||||
Copyright 1997, 1998, 1999, 2002, 2003, 2005, 2006, 2007, 2009, 2010
|
||||
Free Software Foundation, Inc.
|
||||
Written by Ian Lance Taylor, Cygnus Support.
|
||||
Rewritten by Kai Tietz, Onevision.
|
||||
@ -1357,12 +1357,8 @@ static rc_uint_type
|
||||
res_to_bin_accelerator (windres_bfd *wrbfd, rc_uint_type off,
|
||||
const rc_accelerator *accelerators)
|
||||
{
|
||||
bindata *first, **pp;
|
||||
const rc_accelerator *a;
|
||||
|
||||
first = NULL;
|
||||
pp = &first;
|
||||
|
||||
for (a = accelerators; a != NULL; a = a->next)
|
||||
{
|
||||
if (wrbfd)
|
||||
|
Reference in New Issue
Block a user