#142 ✓resolved
metrofox

ideviceimagemounter.c:423: warning: format ‘%d’ [...] AND idevice.c:165: warning: cast to pointer [...]

Reported by metrofox | May 25th, 2010 @ 04:13 PM | in 1.2.0 Release

1)ideviceimagemounter

This warning can well be fixed changing this line from:

  1. size_t amount = 0;

to:

  1. unsigned int amount = 0;

This is just a little, maybe useless report, I reported for a clearer output and a right type of variables to be passed.


2)idevice.c

This can be "fixed" this way:

  1. phone->conn_data = (void *)&muxdev.handle;

Hope this helps too... I know that these are little fixes but actually I don't have anything to do right now :-D

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

A project around supporting the iPhone in Linux.

See http://libimobiledevice.org

People watching this ticket

Attachments

Pages