mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-04 14:10:36 +01:00
perf: Silence gcc warning
Silence: dragon.c: In function 'do_dragon_solid': dragon.c:167: warning: unused variable 'r'
This commit is contained in:
parent
d66d9cd777
commit
6fd174b423
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ do_dragon (cairo_t *cr, int width, int height, int loops)
|
|||
static cairo_perf_ticks_t
|
||||
do_dragon_solid (cairo_t *cr, int width, int height, int loops)
|
||||
{
|
||||
double cx, cy, r;
|
||||
double cx, cy;
|
||||
|
||||
cx = cy = .5 * MAX (width, height);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue