Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to declare zbuf as unsigned char * for mingw build #164

Open
elekven-m opened this issue Apr 30, 2024 · 0 comments
Open

Need to declare zbuf as unsigned char * for mingw build #164

elekven-m opened this issue Apr 30, 2024 · 0 comments

Comments

@elekven-m
Copy link

Due to changes in libplist's plist.h, plist_new_data now takes a first parameter which is unsigned char *, where it used to be signed char *. A build with gcc 13.2.0 in the mingw environment is defined to treat all warnings as errors, so the build breaks. Editing ideviceinstaller.c line 1211 to declare zbuf to be unsigned char * restores the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant