Skip to content

Fix HP compiler warning about redeclaration of function (#640)#641

Merged
mayeut merged 1 commit intouclouvain:masterfrom
smuehlst:opj_hp_issue_640
Oct 19, 2015
Merged

Fix HP compiler warning about redeclaration of function (#640)#641
mayeut merged 1 commit intouclouvain:masterfrom
smuehlst:opj_hp_issue_640

Conversation

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

2 participants