]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf.c
Fix signedness comparison warning in elfcore_grok_win32pstatus()
[thirdparty/binutils-gdb.git] / bfd / elf.c
index e8c457cd5d52e9b1f77f3ac9bcee7cf2c376938e..54c72043418b04770f51c18252a14af0e23c52f3 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -10142,7 +10142,7 @@ elfcore_grok_win32pstatus (bfd *abfd, Elf_Internal_Note *note)
   size_t len;
   size_t name_size;
   asection *sect;
-  int type;
+  unsigned int type;
   int is_active_thread;
   bfd_vma base_addr;