diff --git a/src/driver/simple_display.cpp b/src/driver/simple_display.cpp index 255936ba8..17486caaa 100644 --- a/src/driver/simple_display.cpp +++ b/src/driver/simple_display.cpp @@ -80,7 +80,7 @@ static int proc_put(const char *path, bool state) return ret; } #else -static int proc_put(const char *path, bool state) {return 0;} +static int proc_put(const char *, bool) {return 0;} #endif static char volume = 0;