We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d8500 commit c0591b5Copy full SHA for c0591b5
tests/xtd.drawing.unit_tests/src/xtd/drawing/tests/colors_tests.cpp
@@ -32,7 +32,7 @@ namespace xtd::drawing::tests {
32
assert::is_false(c.is_system_color());
33
assert::is_true(c.is_named_color());
34
35
- assert::are_equal(0x00000000, c.to_argb());
+ assert::are_equal(0x00000000u, c.to_argb());
36
assert::are_equal(known_color::transparent, c.to_known_color());
37
}
38
0 commit comments