Add cast in python.c
[deliverable/binutils-gdb.git] / gdb / c-typeprint.c
index 708ace0f3b7335e2e5a29fa80867f628aa43db94..1af477c571d5321b070d1429923480870ce18629 100644 (file)
@@ -50,7 +50,7 @@ static void c_type_print_modifier (struct type *,
 static const char *
 find_typedef_for_canonicalize (struct type *t, void *data)
 {
-  return find_typedef_in_hash (data, t);
+  return find_typedef_in_hash ((const struct type_print_options *) data, t);
 }
 
 /* Print NAME on STREAM.  If the 'raw' field of FLAGS is not set,
This page took 0.023804 seconds and 4 git commands to generate.