diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-24 14:50:40 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-24 14:50:40 +0000 |
| commit | f38e29d00a380f3ec03c700dffefa2d648123476 (patch) | |
| tree | d0e19ce2984b40739daad6689c51afce067bfcf0 /tests/unit/testempty2.c | |
| parent | 963283d7d0c89bf097c3be4b123c8e58d9d306c0 (diff) | |
[trunk] Fix two simple warnings about sign mismatch
Diffstat (limited to 'tests/unit/testempty2.c')
| -rw-r--r-- | tests/unit/testempty2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/testempty2.c b/tests/unit/testempty2.c index dbbbaf93..764b14cc 100644 --- a/tests/unit/testempty2.c +++ b/tests/unit/testempty2.c @@ -59,7 +59,7 @@ int main(int argc, char *argv[]) const OPJ_COLOR_SPACE color_space = OPJ_CLRSPC_GRAY; unsigned int numcomps = 1; - int i; + unsigned int i; unsigned int image_width = 256; unsigned int image_height = 256; |
