* coffcode.h (coff_write_object_contents): Add ATTRIBUTE_UNUSED to
[deliverable/binutils-gdb.git] / bfd / cofflink.c
index e6dcd88edc17670b832e6974bb8127d937081c0f..7e40bd94a82fb0ffb911d10e8bef6ffd4d2485d1 100644 (file)
@@ -1829,7 +1829,7 @@ _bfd_coff_link_input_bfd (finfo, input_bfd)
                 have to write the symbol out twice.  */
 
              if (finfo->last_file_index != -1
-                 && finfo->last_file.n_value != (long) output_index)
+                 && finfo->last_file.n_value != (bfd_vma) output_index)
                {
                  /* We must correct the value of the last C_FILE
                      entry.  */
This page took 0.024183 seconds and 4 git commands to generate.