]> Git Repo - binutils.git/blobdiff - gas/config/obj-elf.c
* dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning.
[binutils.git] / gas / config / obj-elf.c
index efde9c1299d2ca8974050185f294d1703862d582..7ab0d578cb6ac604fafc31ed8adfb13cff74fd32 100644 (file)
@@ -721,7 +721,7 @@ obj_elf_change_section (name, type, attr, entsize, push)
          & (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE
             | SEC_EXCLUDE | SEC_SORT_ENTRIES | SEC_MERGE | SEC_STRINGS))
        as_warn (_("Ignoring changed section attributes for %s"), name);
-      else if ((flags & SEC_MERGE) && old_sec->entsize != entsize)
+      else if ((flags & SEC_MERGE) && old_sec->entsize != (unsigned) entsize)
        as_warn (_("Ignoring changed section entity size for %s"), name);
     }
 
This page took 0.023958 seconds and 4 git commands to generate.