[trunk] Remove some warnings about missing prototypes (gcc)
[openjpeg.git] / src / lib / openjp3d / t1.h
index 7b4a18f55a2f364146b2f94eace816dae7af2f9e..1863484c41c22cc9ddb79f018dd37d5b0e6eef24 100755 (executable)
@@ -117,9 +117,9 @@ typedef struct opj_t1 {
        int lut_nmsedec_ref[1 << T1_NMSEDEC_BITS];\r
        int lut_nmsedec_ref0[1 << T1_NMSEDEC_BITS];\r
        /** Codeblock data */\r
-       int data[T1_CBLKD][T1_CBLKH][T1_CBLKW];//int ***data;\r
+       int data[T1_CBLKD][T1_CBLKH][T1_CBLKW];/*int ***data;*/\r
        /** Context information for each voxel in codeblock */\r
-       int flags[T1_CBLKD + 2][T1_CBLKH + 2][T1_CBLKH + 2];//int ***flags;\r
+       int flags[T1_CBLKD + 2][T1_CBLKH + 2][T1_CBLKH + 2];/*int ***flags;*/\r
 } opj_t1_t;\r
 \r
 /** @name Exported functions */\r