Explorar o código

fix signed/unsigned warning

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
f55254e2a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/stdlib/malloc-standard/mallinfo.c

+ 1 - 1
libc/stdlib/malloc-standard/mallinfo.c

@@ -22,7 +22,7 @@ struct mallinfo attribute_hidden __mallinfo(void)
 {
 {
     mstate av;
     mstate av;
     struct mallinfo mi;
     struct mallinfo mi;
-    int i;
+    unsigned int i;
     mbinptr b;
     mbinptr b;
     mchunkptr p;
     mchunkptr p;
     size_t avail;
     size_t avail;