Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Feb 20, 2025
1 parent 43d8500 commit c0591b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace xtd::drawing::tests {
assert::is_false(c.is_system_color());
assert::is_true(c.is_named_color());

assert::are_equal(0x00000000, c.to_argb());
assert::are_equal(0x00000000u, c.to_argb());
assert::are_equal(known_color::transparent, c.to_known_color());
}

Expand Down

0 comments on commit c0591b5

Please sign in to comment.