Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / valprint.c
index cc1432be972f77c3b7be35c24c3ac2e3eb497a2f..e1414792b79e2ce4673e2a1d92ab742fc82c069c 100644 (file)
@@ -684,7 +684,7 @@ print_binary_chars (stream, valaddr, len)
 #define BITS_IN_BYTES 8
 
   unsigned char *p;
-  int i;
+  unsigned int i;
   int b;
 
   /* Declared "int" so it will be signed.
This page took 0.024576 seconds and 4 git commands to generate.