openjpeg.git
10 years ago[trunk] Fix issue with & vs &&
Mathieu Malaterre [Fri, 14 Mar 2014 14:46:40 +0000 (14:46 +0000)]
[trunk] Fix issue with & vs &&
Fixes issue 277

10 years ago[trunk] Add internal implementation to dump all tiles/comp info
Mathieu Malaterre [Fri, 14 Mar 2014 13:53:36 +0000 (13:53 +0000)]
[trunk] Add internal implementation to dump all tiles/comp info
Eg: opj_dump -f 8 -i input.j2k
Update issue 3

10 years ago[trunk] Prevent a leak when reading PPT markers
Mathieu Malaterre [Fri, 14 Mar 2014 12:27:01 +0000 (12:27 +0000)]
[trunk] Prevent a leak when reading PPT markers
Update issue 295

10 years ago[trunk] Move INLINE definition within openjpeg.h header since application may use it
Mathieu Malaterre [Fri, 14 Mar 2014 12:02:05 +0000 (12:02 +0000)]
[trunk] Move INLINE definition within openjpeg.h header since application may use it

10 years ago[trunk] Apply final missing patch from sumatrapdf team:
Mathieu Malaterre [Fri, 14 Mar 2014 11:59:18 +0000 (11:59 +0000)]
[trunk] Apply final missing patch from sumatrapdf team:
http://bugs.ghostscript.com/show_bug.cgi?id=694893
Update issue 231

10 years ago[trunk] Rework r2731 since it breaks non-regression testing
Mathieu Malaterre [Fri, 14 Mar 2014 11:42:26 +0000 (11:42 +0000)]
[trunk] Rework r2731 since it breaks non-regression testing

10 years ago[trunk] Be more verbose about failure.
Mathieu Malaterre [Fri, 14 Mar 2014 11:37:44 +0000 (11:37 +0000)]
[trunk] Be more verbose about failure.
Update issue 294

10 years ago[trunk] Add a temporary work around for issue 293
Mathieu Malaterre [Fri, 14 Mar 2014 10:54:08 +0000 (10:54 +0000)]
[trunk] Add a temporary work around for issue 293
As described in the bug report the default allocation mecanism for codeblock data is too small for those dataset (16bits). We would need a finer (more granular) mecanism to reallocated only on demand. For now this help the two failing tests to pass.
Fixes issue 293

10 years ago[trunk] Mark OpenJPEG to be ABI incompatible with previous one, move to SONAME 7
Mathieu Malaterre [Fri, 14 Mar 2014 09:30:03 +0000 (09:30 +0000)]
[trunk] Mark OpenJPEG to be ABI incompatible with previous one, move to SONAME 7
Also declare this is 2.1.0 (or very close)

10 years ago[trunk] Remove warnings about unused values introduced in r2710
Mathieu Malaterre [Fri, 14 Mar 2014 08:44:53 +0000 (08:44 +0000)]
[trunk] Remove warnings about unused values introduced in r2710
Thanks to Matthieu Darbois for patch
Fixes issue 290

10 years ago[trunk] Add some sanity checks when reading Ippm(i) segments
Mathieu Malaterre [Thu, 13 Mar 2014 15:34:36 +0000 (15:34 +0000)]
[trunk] Add some sanity checks when reading Ippm(i) segments
Update issue 288

10 years ago[trunk] Make sure to reallocate ppm data buffer when multiple Ippm(i) buffer are...
Mathieu Malaterre [Thu, 13 Mar 2014 13:47:44 +0000 (13:47 +0000)]
[trunk] Make sure to reallocate ppm data buffer when multiple Ippm(i) buffer are found
This handle the case where remaining data is exactly Nppm(i)
Fixes issue 287

10 years ago[trunk] Add documentation to the checkmd5refs cmake module (used for regression testing)
Mathieu Malaterre [Thu, 13 Mar 2014 12:37:36 +0000 (12:37 +0000)]
[trunk] Add documentation to the checkmd5refs cmake module (used for regression testing)

10 years ago[trunk] Always report when decompression failed as return code value
Mathieu Malaterre [Thu, 13 Mar 2014 12:31:41 +0000 (12:31 +0000)]
[trunk] Always report when decompression failed as return code value

10 years ago[trunk] Fix test NR-DEC-issue171.jp2-71-decode-md5 after recent code change
Mathieu Malaterre [Thu, 13 Mar 2014 12:26:30 +0000 (12:26 +0000)]
[trunk] Fix test NR-DEC-issue171.jp2-71-decode-md5 after recent code change

10 years ago[trunk] Add a double check for user input
Mathieu Malaterre [Thu, 13 Mar 2014 12:26:06 +0000 (12:26 +0000)]
[trunk] Add a double check for user input

10 years ago[trunk] Fix compilation on VS2010 (snprintf is not C89). C++11 should avoid this...
Mathieu Malaterre [Thu, 13 Mar 2014 11:03:05 +0000 (11:03 +0000)]
[trunk] Fix compilation on VS2010 (snprintf is not C89). C++11 should avoid this in the future

10 years ago[trunk] Just in case this would be helpful for other, here is the code used to track...
Mathieu Malaterre [Thu, 13 Mar 2014 10:56:48 +0000 (10:56 +0000)]
[trunk] Just in case this would be helpful for other, here is the code used to track issue 80
Update issue 80

10 years ago[trunk] Tweak documentation in t2.c. Be more verbose in case of failure.
Mathieu Malaterre [Thu, 13 Mar 2014 10:46:54 +0000 (10:46 +0000)]
[trunk] Tweak documentation in t2.c. Be more verbose in case of failure.

10 years ago[trunk] Add some documention in the pi code
Mathieu Malaterre [Thu, 13 Mar 2014 10:42:06 +0000 (10:42 +0000)]
[trunk] Add some documention in the pi code

10 years ago[trunk] Add debug code to extract decompressed image right before PCLR handling
Mathieu Malaterre [Thu, 13 Mar 2014 10:35:41 +0000 (10:35 +0000)]
[trunk] Add debug code to extract decompressed image right before PCLR handling
Update issue 235

10 years ago[trunk] Add a small helper to spli ppm into 3 pgm files
Mathieu Malaterre [Thu, 13 Mar 2014 09:57:20 +0000 (09:57 +0000)]
[trunk] Add a small helper to spli ppm into 3 pgm files
Update issue 235

10 years ago[trunk] Make sure to use 8bits buffer when applying the ICC profile.
Mathieu Malaterre [Wed, 12 Mar 2014 14:18:25 +0000 (14:18 +0000)]
[trunk] Make sure to use 8bits buffer when applying the ICC profile.
Fixes issue 281

10 years ago[trunk] Add debug info to be able to test integration with littlecms
Mathieu Malaterre [Wed, 12 Mar 2014 13:55:41 +0000 (13:55 +0000)]
[trunk] Add debug info to be able to test integration with littlecms

10 years ago[trunk] TIFF files in test suite can have 1 or 3 components
Mathieu Malaterre [Wed, 12 Mar 2014 11:32:44 +0000 (11:32 +0000)]
[trunk] TIFF files in test suite can have 1 or 3 components

10 years ago[trunk] Simplify code when reading in TIFF images
Mathieu Malaterre [Wed, 12 Mar 2014 10:50:47 +0000 (10:50 +0000)]
[trunk] Simplify code when reading in TIFF images

10 years ago[trunk] Make sure when reading POC that number of layers (layer end) is within accept...
Mathieu Malaterre [Wed, 12 Mar 2014 10:10:21 +0000 (10:10 +0000)]
[trunk] Make sure when reading POC that number of layers (layer end) is within acceptable bound.
Fixes issue 80

10 years ago[trunk] Re-active old warning about missing SOP marker
Mathieu Malaterre [Tue, 11 Mar 2014 15:21:12 +0000 (15:21 +0000)]
[trunk] Re-active old warning about missing SOP marker

10 years ago[trunk] Add debug info to track issue 80
Mathieu Malaterre [Tue, 11 Mar 2014 15:17:39 +0000 (15:17 +0000)]
[trunk] Add debug info to track issue 80
Update issue 80

10 years ago[trunk] Rework assertion to work on 32bits system
Mathieu Malaterre [Tue, 11 Mar 2014 12:56:52 +0000 (12:56 +0000)]
[trunk] Rework assertion to work on 32bits system

10 years ago[trunk] Fix remainings warnings on linux/32bits arch
Mathieu Malaterre [Tue, 11 Mar 2014 10:28:04 +0000 (10:28 +0000)]
[trunk] Fix remainings warnings on linux/32bits arch

10 years ago[trunk] Rework fseek ifdefs blockers, it breaks the 64bits behavior for fseeko
Mathieu Malaterre [Tue, 11 Mar 2014 10:27:01 +0000 (10:27 +0000)]
[trunk] Rework fseek ifdefs blockers, it breaks the 64bits behavior for fseeko

10 years ago[trunk] Fix compilation errors when JPWL and/or MJ2 are build
Mathieu Malaterre [Tue, 11 Mar 2014 09:11:35 +0000 (09:11 +0000)]
[trunk] Fix compilation errors when JPWL and/or MJ2 are build

10 years ago[trunk] Another final round of fixes for sign conversion warnings.
Mathieu Malaterre [Mon, 10 Mar 2014 16:43:04 +0000 (16:43 +0000)]
[trunk] Another final round of fixes for sign conversion warnings.
Fixes issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Mon, 10 Mar 2014 16:17:12 +0000 (16:17 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Mon, 10 Mar 2014 16:17:01 +0000 (16:17 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Mon, 10 Mar 2014 15:51:05 +0000 (15:51 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Remove old warnings about deprecated API
Mathieu Malaterre [Mon, 10 Mar 2014 14:51:59 +0000 (14:51 +0000)]
[trunk] Remove old warnings about deprecated API

10 years ago[trunk] Remove a set of warning about sign conversion
Mathieu Malaterre [Mon, 10 Mar 2014 14:15:27 +0000 (14:15 +0000)]
[trunk] Remove a set of warning about sign conversion
Update issue 266

10 years ago[trunk] Remove warning about sign conversion in color.c
Mathieu Malaterre [Mon, 10 Mar 2014 14:05:25 +0000 (14:05 +0000)]
[trunk] Remove warning about sign conversion in color.c
Update issue 256

10 years ago[trunk] Run richter test suite, correct a regression introduced in r2668
Mathieu Malaterre [Mon, 10 Mar 2014 13:51:16 +0000 (13:51 +0000)]
[trunk] Run richter test suite, correct a regression introduced in r2668

10 years ago[trunk] Tweak JP2 conformance test suite add documentation
Mathieu Malaterre [Mon, 10 Mar 2014 13:31:51 +0000 (13:31 +0000)]
[trunk] Tweak JP2 conformance test suite add documentation

10 years ago[trunk] Properly handle number of components to run kakadu test suite.
Mathieu Malaterre [Mon, 10 Mar 2014 13:05:20 +0000 (13:05 +0000)]
[trunk] Properly handle number of components to run kakadu test suite.
Update issue 266

10 years ago[trunk] Fix simple sign conversion warnings only visible on 32bits arch
Mathieu Malaterre [Mon, 10 Mar 2014 12:22:56 +0000 (12:22 +0000)]
[trunk] Fix simple sign conversion warnings only visible on 32bits arch

10 years ago[trunk] Handle multi components files with PGM outputs
Mathieu Malaterre [Mon, 10 Mar 2014 12:20:55 +0000 (12:20 +0000)]
[trunk] Handle multi components files with PGM outputs

10 years ago[trunk] Properly handle PGM file generation when fullpath is specified in the cmd...
Mathieu Malaterre [Mon, 10 Mar 2014 10:52:09 +0000 (10:52 +0000)]
[trunk] Properly handle PGM file generation when fullpath is specified in the cmd line
This will break a very old behavior (since 2005), but avoid writing in un-expected places for users
This also make the behavior similar with PGX file generation

10 years ago[trunk] Fix inversion in code convention
Mathieu Malaterre [Mon, 10 Mar 2014 10:43:45 +0000 (10:43 +0000)]
[trunk] Fix inversion in code convention

10 years ago[trunk] Fix typo in the code
Mathieu Malaterre [Mon, 10 Mar 2014 10:12:25 +0000 (10:12 +0000)]
[trunk] Fix typo in the code

10 years ago[trunk] rework actual code to handle DOS/UNIX end of lines in a transparent manner.
Mathieu Malaterre [Mon, 10 Mar 2014 10:09:30 +0000 (10:09 +0000)]
[trunk] rework actual code to handle DOS/UNIX end of lines in a transparent manner.
This will help cross compilation cases

10 years ago[trunk] First pass to cleanup compare_dump_files
Mathieu Malaterre [Mon, 10 Mar 2014 09:56:22 +0000 (09:56 +0000)]
[trunk] First pass to cleanup compare_dump_files

10 years ago[trunk] Fix compilation when TIFF lib is neither found nor compiled
Mathieu Malaterre [Mon, 10 Mar 2014 09:36:14 +0000 (09:36 +0000)]
[trunk] Fix compilation when TIFF lib is neither found nor compiled

10 years ago[trunk] Make sure to always initialize variable
Mathieu Malaterre [Mon, 10 Mar 2014 08:40:02 +0000 (08:40 +0000)]
[trunk] Make sure to always initialize variable

10 years ago[trunk] Fix warnings about shadow variables
Mathieu Malaterre [Mon, 10 Mar 2014 08:25:08 +0000 (08:25 +0000)]
[trunk] Fix warnings about shadow variables

10 years ago[trunk] remove a warning when using strict prototype
Mathieu Malaterre [Mon, 10 Mar 2014 08:15:43 +0000 (08:15 +0000)]
[trunk] remove a warning when using strict prototype

10 years ago[trunk] Remove 2 warnings about set but not used variables
Mathieu Malaterre [Mon, 10 Mar 2014 08:13:05 +0000 (08:13 +0000)]
[trunk] Remove 2 warnings about set but not used variables

10 years ago[trunk] Upon failure, need to return proper return code
Mathieu Malaterre [Fri, 7 Mar 2014 17:23:19 +0000 (17:23 +0000)]
[trunk] Upon failure, need to return proper return code

10 years ago[trunk] Add new test suite that run on kakadu conformance images
Mathieu Malaterre [Fri, 7 Mar 2014 17:18:13 +0000 (17:18 +0000)]
[trunk] Add new test suite that run on kakadu conformance images

10 years ago[trunk] Cleanup commit. Rename compare family since comparePGX now support TIFF.
Mathieu Malaterre [Fri, 7 Mar 2014 16:24:24 +0000 (16:24 +0000)]
[trunk] Cleanup commit. Rename compare family since comparePGX now support TIFF.
Rename compareRAWimage for clarity since it merely compare files (not images).

10 years ago[trunk] Use C-style comments
Mathieu Malaterre [Fri, 7 Mar 2014 16:17:21 +0000 (16:17 +0000)]
[trunk] Use C-style comments

10 years ago[trunk] Rework the code to simplify cleanup code
Mathieu Malaterre [Fri, 7 Mar 2014 16:15:59 +0000 (16:15 +0000)]
[trunk] Rework the code to simplify cleanup code

10 years ago[trunk] Also override the default error handler for TIFF files
Mathieu Malaterre [Fri, 7 Mar 2014 14:33:03 +0000 (14:33 +0000)]
[trunk] Also override the default error handler for TIFF files

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 14:14:31 +0000 (14:14 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 14:00:47 +0000 (14:00 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Rework r2597, make sure test suite is passing now.
Mathieu Malaterre [Fri, 7 Mar 2014 13:50:58 +0000 (13:50 +0000)]
[trunk] Rework r2597, make sure test suite is passing now.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 13:43:15 +0000 (13:43 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 13:40:54 +0000 (13:40 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 13:37:45 +0000 (13:37 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 13:33:47 +0000 (13:33 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 13:31:25 +0000 (13:31 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Redo r2623, and remove guilty section
Mathieu Malaterre [Fri, 7 Mar 2014 13:29:35 +0000 (13:29 +0000)]
[trunk] Redo r2623, and remove guilty section
Update issue 256

10 years ago[trunk] Revert r2623 for now
Mathieu Malaterre [Fri, 7 Mar 2014 13:14:26 +0000 (13:14 +0000)]
[trunk] Revert r2623 for now

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 12:06:00 +0000 (12:06 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 12:01:41 +0000 (12:01 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 11:59:29 +0000 (11:59 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 11:57:37 +0000 (11:57 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 11:43:50 +0000 (11:43 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 11:28:34 +0000 (11:28 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 11:27:34 +0000 (11:27 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] As reported by clang analyzer thoses values were never read
Mathieu Malaterre [Fri, 7 Mar 2014 11:20:59 +0000 (11:20 +0000)]
[trunk] As reported by clang analyzer thoses values were never read

10 years ago[trunk] Remove mem leak and warning reported by clang
Mathieu Malaterre [Fri, 7 Mar 2014 11:17:51 +0000 (11:17 +0000)]
[trunk] Remove mem leak and warning reported by clang

10 years ago[trunk] Remove simple warnings about format
Mathieu Malaterre [Fri, 7 Mar 2014 11:11:43 +0000 (11:11 +0000)]
[trunk] Remove simple warnings about format

10 years ago[trunk] Remove simple warning about functions not used
Mathieu Malaterre [Fri, 7 Mar 2014 11:08:35 +0000 (11:08 +0000)]
[trunk] Remove simple warning about functions not used

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 11:06:13 +0000 (11:06 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre [Fri, 7 Mar 2014 10:25:16 +0000 (10:25 +0000)]
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256

10 years ago[trunk] Fix simple warning about sign conversion
Mathieu Malaterre [Fri, 7 Mar 2014 10:21:51 +0000 (10:21 +0000)]
[trunk] Fix simple warning about sign conversion
Update issue 256

10 years ago[trunk] Another of fixes for warning about sign conversion
Mathieu Malaterre [Fri, 7 Mar 2014 10:19:39 +0000 (10:19 +0000)]
[trunk] Another of fixes for warning about sign conversion
Update issue 256

10 years ago[trunk] Fix warning about sign conversion
Mathieu Malaterre [Fri, 7 Mar 2014 10:03:56 +0000 (10:03 +0000)]
[trunk] Fix warning about sign conversion
Update issue 256

10 years ago[trunk] un-deprecated opj_stream_destroy API, import patch manually
Mathieu Malaterre [Fri, 7 Mar 2014 09:58:32 +0000 (09:58 +0000)]
[trunk] un-deprecated opj_stream_destroy API, import patch manually
In some case user still want to be able to call opj_stream_destroy.
Fixes issue 227

10 years ago[trunk] Update memory management mecanism
Mathieu Malaterre [Fri, 7 Mar 2014 09:44:32 +0000 (09:44 +0000)]
[trunk] Update memory management mecanism
Fixes issue 253

10 years ago[trunk] Remove self-assignement.
Mathieu Malaterre [Fri, 7 Mar 2014 09:33:32 +0000 (09:33 +0000)]
[trunk] Remove self-assignement.
Fixes issue 273

10 years ago[trunk] Fix compilation in visual studio, inline cannot be used directly.
Mathieu Malaterre [Fri, 7 Mar 2014 09:15:27 +0000 (09:15 +0000)]
[trunk] Fix compilation in visual studio, inline cannot be used directly.
Fixes issue 272

10 years ago[trunk] Remove warning about implicitly defined function
Mathieu Malaterre [Fri, 7 Mar 2014 09:14:39 +0000 (09:14 +0000)]
[trunk] Remove warning about implicitly defined function

10 years ago[trunk] Remove TIFF warning handler. This help test suite run smoothly on windows...
Mathieu Malaterre [Fri, 7 Mar 2014 09:03:15 +0000 (09:03 +0000)]
[trunk] Remove TIFF warning handler. This help test suite run smoothly on windows by removing the message box.
Fixes issue 276

10 years ago[trunk] Fix mem leaks reported by cppcheck
Mathieu Malaterre [Fri, 7 Mar 2014 08:48:47 +0000 (08:48 +0000)]
[trunk] Fix mem leaks reported by cppcheck

10 years ago[trunk] Simplify code and remove bogus out of bound check
Mathieu Malaterre [Fri, 7 Mar 2014 08:11:49 +0000 (08:11 +0000)]
[trunk] Simplify code and remove bogus out of bound check

10 years ago[trunk] Revert r2597 for now, since it breaks a lot of tests
Mathieu Malaterre [Thu, 6 Mar 2014 17:25:08 +0000 (17:25 +0000)]
[trunk] Revert r2597 for now, since it breaks a lot of tests

10 years ago[trunk] Remove warning about sign conversion.
Mathieu Malaterre [Thu, 6 Mar 2014 16:59:34 +0000 (16:59 +0000)]
[trunk] Remove warning about sign conversion.
Update issue 256

10 years ago[trunk] Remove some easy warnings
Mathieu Malaterre [Thu, 6 Mar 2014 16:29:03 +0000 (16:29 +0000)]
[trunk] Remove some easy warnings

10 years ago[trunk] Remove warning about sign conversion.
Mathieu Malaterre [Thu, 6 Mar 2014 16:26:24 +0000 (16:26 +0000)]
[trunk] Remove warning about sign conversion.
Update issue 256

10 years ago[trunk] Remove warning about sign conversion.
Mathieu Malaterre [Thu, 6 Mar 2014 16:01:23 +0000 (16:01 +0000)]
[trunk] Remove warning about sign conversion.
Update issue 256