mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 01:48:07 +02:00
test: Fix gcc signedness warning
This commit is contained in:
parent
94612bc032
commit
48774c09d0
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ static double translations[][2] = {
|
|||
static cairo_test_status_t
|
||||
draw (cairo_t *cr, void (*shapes)(cairo_t *))
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
cairo_set_source_rgb (cr, 1, 1, 1);
|
||||
cairo_paint (cr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue