1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 00:58:36 +00:00

fix unused parameter

This commit is contained in:
Caio Freitas de Oliveira 2022-10-06 13:35:36 -03:00 committed by Brenden Matthews
parent 2cd895e54d
commit 7833cf519b

View File

@ -61,7 +61,7 @@ class gradient_factory {
int convert_to_rgb(long *const array);
protected:
virtual void fix_diff(long *diff) {}
virtual void fix_diff(long *) {}
static long get_hue(long *const scaled, long chroma, long value);
static long get_intermediate(long hue, long chroma);