Skip to content

Fix warnings for C++#623

Merged
mayeut merged 1 commit intouclouvain:masterfrom
stweil:c++
Oct 7, 2015
Merged

Fix warnings for C++#623
mayeut merged 1 commit intouclouvain:masterfrom
stweil:c++

Conversation

@stweil
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants