fixed various minor warnings with gdcm patches

This commit is contained in:
Antonin Descampe
2006-01-20 16:53:05 +00:00
parent 197b0505cb
commit 6a52f1a9df
7 changed files with 39 additions and 32 deletions

View File

@@ -577,6 +577,7 @@ void dwt_decode_real(opj_tcd_tilecomp_t * tilec, int stop) {
/* Get gain of 9-7 wavelet transform. */
/* </summary> */
int dwt_getgain_real(int orient) {
(void)orient;
return 0;
}