mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 19:49:17 +08:00
87c72ae60f
Sign of char is undefined and there are numerous places where its sign is important. Fixes tests with -funsigned-char. Closes gh-1110