summaryrefslogtreecommitdiff
path: root/gas/dw2gencfi.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2011-05-10 02:36:41 +0000
committerAlan Modra <amodra@bigpond.net.au>2011-05-10 02:36:41 +0000
commitcd43e8704788c7ff076fcdc6995ac2942270ef0b (patch)
tree6813825eea584997dee1f796b6f2488c75b290ab /gas/dw2gencfi.c
parent5b84cab352cde493f9b8a2d11abb3e024aeab74f (diff)
downloadbinutils-redhat-cd43e8704788c7ff076fcdc6995ac2942270ef0b.tar.gz
* 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 c35240bb35..85f2cbb01e 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