diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-11-13 15:16:35 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-11-13 15:16:35 +0000 |
| commit | 7307bb6e9ae36f5ca750e1c29ba5423af5df636e (patch) | |
| tree | 7aee24014ff63e364e73e7a125d60e210570266a /src/lib/openjp2/invert.h | |
| parent | 4263410fe86858c8e5c947d50ce35fc5216a07e3 (diff) | |
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic and vs9 analyzer
Diffstat (limited to 'src/lib/openjp2/invert.h')
| -rw-r--r-- | src/lib/openjp2/invert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/invert.h b/src/lib/openjp2/invert.h index c943ae30..665a4d16 100644 --- a/src/lib/openjp2/invert.h +++ b/src/lib/openjp2/invert.h @@ -50,7 +50,7 @@ The function in INVERT.H compute a matrix inversion with a LUP method */ opj_bool opj_matrix_inversion_f(OPJ_FLOAT32 * pSrcMatrix, OPJ_FLOAT32 * pDestMatrix, - OPJ_UINT32 n); + OPJ_UINT32 nb_compo); /* ----------------------------------------------------------------------- */ /*@}*/ |
