We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest commit. Compilation fails with AppleClang 8.1.0.8020042 if compiled with c++:
tcd.cpp>:1617:33: error: assigning to 'OPJ_INT32 *' (aka 'int *') from incompatible type 'void *' tilec->data_win = opj_image_data_alloc(l_data_size); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Fix warnings and errors when compiling with a c++ compiler (#1021)
fdef69b
OK, I fixed the issues, but note this is not a supported configuration.
Sorry, something went wrong.
thank you! I understand. I'll submit a PR next time and you can merge it if you find it appropriate.
No branches or pull requests
latest commit.
Compilation fails with AppleClang 8.1.0.8020042 if compiled with c++:
tcd.cpp>:1617:33: error: assigning to 'OPJ_INT32 *' (aka 'int *') from incompatible type 'void *'
tilec->data_win = opj_image_data_alloc(l_data_size);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: