mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 03:50:19 +01:00
tests: Fix gcc complaint
warning: ‘static’ is not at beginning of declaration
This commit is contained in:
parent
4d4056872d
commit
937465b15e
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ typedef void (*add_stops_t)(cairo_pattern_t *pattern);
|
|||
*
|
||||
*/
|
||||
|
||||
const static double radiuses[NUM_GRADIENTS] = {
|
||||
static const double radiuses[NUM_GRADIENTS] = {
|
||||
0.25,
|
||||
0.50,
|
||||
0.50,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue