Skip to content

Commit c0591b5

Browse files
committed
Fix warning
1 parent 43d8500 commit c0591b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/xtd.drawing.unit_tests/src/xtd/drawing/tests/colors_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace xtd::drawing::tests {
3232
assert::is_false(c.is_system_color());
3333
assert::is_true(c.is_named_color());
3434

35-
assert::are_equal(0x00000000, c.to_argb());
35+
assert::are_equal(0x00000000u, c.to_argb());
3636
assert::are_equal(known_color::transparent, c.to_known_color());
3737
}
3838

0 commit comments

Comments
 (0)