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

Fix warnings for C++ #623

Merged
merged 1 commit into from
Oct 7, 2015
Merged

Fix warnings for C++ #623

merged 1 commit into from
Oct 7, 2015

Conversation

stweil
Copy link
Contributor

@stweil stweil commented Oct 7, 2015

g++ complains about invalid conversions like these ones:

error: invalid conversion from ‘const char_’ to ‘char_’ [-fpermissive]
error: invalid conversion from ‘void_’ to ‘opj_precision_ {aka opj_prec*}’ [-fpermissive]

Signed-off-by: Stefan Weil sw@weilnetz.de

g++ complains about invalid conversions like these ones:

error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
error: invalid conversion from ‘void*’ to ‘opj_precision* {aka opj_prec*}’ [-fpermissive]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
mayeut added a commit that referenced this pull request Oct 7, 2015
@mayeut mayeut merged commit 9b437b0 into uclouvain:master Oct 7, 2015
@mayeut
Copy link
Collaborator

mayeut commented Oct 7, 2015

@stweil,
Thanks, I was about to cherry pick the commit with this fix from PR #621
You made that much easier.

@stweil stweil deleted the c++ branch October 7, 2015 19:31
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

Successfully merging this pull request may close these issues.

None yet

2 participants