import gdb-1999-09-08 snapshot
[deliverable/binutils-gdb.git] / gdb / cp-valprint.c
index ff2bec865a83b9c11501f17552d8ba360dbe220b..4ec0853d70e64b203f13908e551d669794089476 100644 (file)
@@ -726,7 +726,7 @@ cp_print_class_member (valaddr, domain, stream, prefix)
        fprintf_filtered (stream, " (offset in bits)");
     }
   else
-    fprintf_filtered (stream, "%d", val >> 3);
+    fprintf_filtered (stream, "%ld", (long) (val >> 3));
 }
 
 
This page took 0.02372 seconds and 4 git commands to generate.