Color palette: Cast unused function parameter
This commit is contained in:
parent
583f01faae
commit
0d6b2c7a36
@ -112,6 +112,7 @@ unsigned int color_palette_get_color_count(ColorPalette *palette)
|
||||
|
||||
static void color_palette_class_init(ColorPaletteClass *klass)
|
||||
{
|
||||
(void)klass;
|
||||
/* Nothing to do for now */
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user