* dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.

This commit is contained in:
Alan Modra 2011-05-10 02:36:41 +00:00
parent 6592a5d8f0
commit 6e789b2650
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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