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 HP compiler warning about redeclaration of function (#640) #641

Merged
merged 1 commit into from
Oct 19, 2015

Conversation

smuehlst
Copy link
Contributor

HP compiler warns:
cc: "dwt.c", line 798: warning 562: Redeclaration of "opj_v4dwt_decode"
with a different storage class specifier: "opj_v4dwt_decode" will have
internal linkage.
cc: "t2.c", line 1341: warning 562: Redeclaration of "opj_t2_init_seg"
with a different storage class specifier: "opj_t2_init_seg" will have
internal linkage.

Fix for issue #640.

HP compiler warns:
cc: "dwt.c", line 798: warning 562: Redeclaration of "opj_v4dwt_decode"
with a different storage class specifier: "opj_v4dwt_decode" will have
internal linkage.
cc: "t2.c", line 1341: warning 562: Redeclaration of "opj_t2_init_seg"
with a different storage class specifier: "opj_t2_init_seg" will have
internal linkage.
mayeut added a commit that referenced this pull request Oct 19, 2015
Fix HP compiler warning about redeclaration of function
Fix #640
Fix #243
@mayeut mayeut merged commit 5799672 into uclouvain:master Oct 19, 2015
@mayeut
Copy link
Collaborator

mayeut commented Oct 19, 2015

@smuehlst, thanks.
I didn't find a way to properly test this with compilers at my disposal when working on #243

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