Make asection->id and asection->index unsigned
[deliverable/binutils-gdb.git] / bfd / simple.c
index 134d6d5f06a2c07884b3f76aaddf530738fd0744..18b1ca6047d057f9115b089187bbc1b08df0c299 100644 (file)
@@ -102,7 +102,7 @@ struct saved_output_info
 
 struct saved_offsets
 {
-  int section_count;
+  unsigned int section_count;
   struct saved_output_info *sections;
 };
 
This page took 0.023173 seconds and 4 git commands to generate.