Remove redundant returns in void functions.
[deliverable/binutils-gdb.git] / gas / config / obj-ecoff.c
index 32d4425d46bacef514ce814abd26116928fefeff..69f8d9a89ab8dbadcbf7580a7022332e0e47e2b7 100644 (file)
@@ -207,7 +207,7 @@ ecoff_frob_file ()
 {
   const struct ecoff_debug_swap * const debug_swap
     = &ecoff_backend (stdoutput)->debug_swap;
-  bfd_vma addr;
+  bfd_vma addr ATTRIBUTE_UNUSED;
   HDRR *hdr;
   char *buf;
   char *set;
This page took 0.02308 seconds and 4 git commands to generate.