2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-27 05:02:19 +00:00
Files
gil/test
Mateusz Loskot e22c7cb108 Fix GCC -Wsign-compare warning in tests (#217)
Fixes at least two warnings issued by channel tests due to
comparison of unsigned channel value with signed integer 1:

../../boost/test/tools/assertion.hpp:72:13:
  warning: comparison between signed and unsigned
    integer expressions [-Wsign-compare]
2019-01-19 15:05:35 +01:00
..
2018-06-27 00:02:27 -04:00