Fix HP compiler warning about redeclaration of function (#640) 641/head
authorStephan Mühlstrasser <stm@pdflib.com>
Mon, 19 Oct 2015 10:14:01 +0000 (12:14 +0200)
committerStephan Mühlstrasser <stm@pdflib.com>
Mon, 19 Oct 2015 10:14:27 +0000 (12:14 +0200)
commita1fc83cc255ff7697d6ca68ea4e1c42710771756
treee1ac29db8a008e415f2078469b335d4f35579462
parent4831badeb4ae06f5be0974ce2da855889833736e
Fix HP compiler warning about redeclaration of function (#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.
src/lib/openjp2/dwt.c
src/lib/openjp2/t2.c