* dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
This commit is contained in:
parent
6592a5d8f0
commit
6e789b2650
@ -1,3 +1,7 @@
|
||||
2011-05-10 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
|
||||
|
||||
2011-05-09 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config/tc-tic6x.c (streq): Define.
|
||||
|
@ -73,7 +73,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef tc_cfi_endproc
|
||||
# define tc_cfi_endproc(fde) ((void)0)
|
||||
# define tc_cfi_endproc(fde) ((void) (fde))
|
||||
#endif
|
||||
|
||||
#ifndef DWARF2_FORMAT
|
||||
|
Loading…
Reference in New Issue
Block a user