aboutsummaryrefslogtreecommitdiff
path: root/gas/dw2gencfi.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-05-10 02:36:41 +0000
committerAlan Modra <amodra@gmail.com>2011-05-10 02:36:41 +0000
commit6e789b2650f6961dffe63ce0e462e15c700b5a79 (patch)
tree301a1a5f1eaccf8dcba26c881d1f9f3cf1f5d403 /gas/dw2gencfi.c
parent6592a5d8f099cdaeb66cdcaf133dd01ff1e20b6b (diff)
downloadgdb-6e789b2650f6961dffe63ce0e462e15c700b5a79.zip
gdb-6e789b2650f6961dffe63ce0e462e15c700b5a79.tar.gz
gdb-6e789b2650f6961dffe63ce0e462e15c700b5a79.tar.bz2
* dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
Diffstat (limited to 'gas/dw2gencfi.c')
-rw-r--r--gas/dw2gencfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/dw2gencfi.c b/gas/dw2gencfi.c
index c35240b..85f2cbb 100644
--- a/gas/dw2gencfi.c
+++ b/gas/dw2gencfi.c
@@ -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