diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 10:01:09 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 10:01:09 +0000 |
| commit | abdb8ee3f735500da1c1cdf11c4462a4fcba616c (patch) | |
| tree | a6af739b0a5ff1cf82ba3080e546be518f8a5b4e /src/lib/openjp3d/tcd.h | |
| parent | aa6b4b49706c83bf376c6bfaab64dca49f140179 (diff) | |
[trunk] Fix a set of warnings about C90 issues
Diffstat (limited to 'src/lib/openjp3d/tcd.h')
| -rwxr-xr-x | src/lib/openjp3d/tcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp3d/tcd.h b/src/lib/openjp3d/tcd.h index 52504d10..06c814e7 100755 --- a/src/lib/openjp3d/tcd.h +++ b/src/lib/openjp3d/tcd.h @@ -115,7 +115,7 @@ typedef struct opj_tcd_cblk { opj_tcd_pass_t passes[100]; /* Data */ unsigned char data[524288]; - //unsigned char *data; + /*unsigned char *data;*/ } opj_tcd_cblk_t; /** |
