diff options
| author | Antonin Descampe <antonin@gmail.com> | 2006-01-20 16:53:05 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2006-01-20 16:53:05 +0000 |
| commit | 6a52f1a9df27215454b6ac9d9537d621882eb2c0 (patch) | |
| tree | 815044f42244799d5c9bb200a4dd106f3525d279 /libopenjpeg/dwt.c | |
| parent | 197b0505cb07544104f336d56384655c1f589f91 (diff) | |
fixed various minor warnings with gdcm patches
Diffstat (limited to 'libopenjpeg/dwt.c')
| -rw-r--r-- | libopenjpeg/dwt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/dwt.c b/libopenjpeg/dwt.c index 5a36e14f..702bf6cf 100644 --- a/libopenjpeg/dwt.c +++ b/libopenjpeg/dwt.c @@ -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; } |
