about summary refs log tree commit diff
path: root/hwmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'hwmon.c')
-rw-r--r--hwmon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hwmon.c b/hwmon.c
index 4ec7b8a..feadb8f 100644
--- a/hwmon.c
+++ b/hwmon.c
@@ -167,6 +167,8 @@ static void hwmon_name(const char *path, char *dst, size_t dst_len) {
 }
 
 static void hwmon_collect(scrape_req *req, void *ctx) {
+  (void) ctx;
+
   // buffers
 
   char chip_label[LABEL_SIZE];