diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 15:47:56 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 15:47:56 +0000 |
| commit | 98682e1073211000495aa378e7da5bfb69b225c9 (patch) | |
| tree | f0879b27e100b989183e787898e52ecd23396751 /src/lib/openjp2/mct.h | |
| parent | d6bcb8b7e074c4543ee0243b355f8b3ff0566c9d (diff) | |
[trunk] Remove some warnings about missing prototypes (gcc)
Diffstat (limited to 'src/lib/openjp2/mct.h')
| -rw-r--r-- | src/lib/openjp2/mct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/mct.h b/src/lib/openjp2/mct.h index 7758f0c3..5a87a78f 100644 --- a/src/lib/openjp2/mct.h +++ b/src/lib/openjp2/mct.h @@ -134,11 +134,11 @@ void opj_calculate_norms( OPJ_FLOAT64 * pNorms, /** FIXME DOC */ -const OPJ_FLOAT64 * opj_mct_get_mct_norms (); +const OPJ_FLOAT64 * opj_mct_get_mct_norms (void); /** FIXME DOC */ -const OPJ_FLOAT64 * opj_mct_get_mct_norms_real (); +const OPJ_FLOAT64 * opj_mct_get_mct_norms_real (void); /* ----------------------------------------------------------------------- */ /*@}*/ |
