-Wpointer-sign: ctf.c.
authorPedro Alves <palves@redhat.com>
Fri, 19 Apr 2013 15:36:52 +0000 (15:36 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 19 Apr 2013 15:36:52 +0000 (15:36 +0000)
commita398505b407f8197a9efd80490d3c4a725aeaab0
treee5c4a533a37eddaee2c9a97982350110df9f5af6
parent9f8afa72d13f221932e25bb15f01799e171d93a1
-Wpointer-sign: ctf.c.

ctf_save_write's second parameter is gdb_byte *, and all these
arguments are 'char *'.  Since this function is ultimately just
writing host bytes to a local file with fwrite, an alternative would
be to change ctf_save_write to take a 'void *' instead of 'gdb_byte
*', thus removing the need for any cast (we have more calls with casts
than without).

gdb/
2013-04-19  Pedro Alves  <palves@redhat.com>

* ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
to 'gdb_byte *'.
gdb/ChangeLog
gdb/ctf.c
This page took 0.024156 seconds and 4 git commands to generate.