2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-27 17:12:10 +00:00
Files
gil/test/channel/algorithm_channel_relation.cpp
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

2.3 KiB