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:
- size_t amount = 0;
to:
- 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:
- 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
-
metrofox May 25th, 2010 @ 04:34 PM
- no changes were found...
-
metrofox May 25th, 2010 @ 04:44 PM
- no changes were found...
-
metrofox May 25th, 2010 @ 04:47 PM
- no changes were found...
-
Martin S. May 28th, 2010 @ 11:29 AM
- Milestone set to 1.2.0 Release
- State changed from new to resolved
Thanks! Fixed and pushed to master.
The best way to contribute is to clone the official source repository, branch, then do your changes, commit and attach the patch here using "git format-patch HEAD~".
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.
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