From 371ecf279d0743372f1d44c22c96ec9de699161c Mon Sep 17 00:00:00 2001
From: kYc0o <fco.ja.ac@gmail.com>
Date: Wed, 25 Oct 2017 17:18:02 +0200
Subject: [PATCH] tests/driver_adcxx1c: fix warning unused  argument

---
 tests/driver_adcxx1c/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/driver_adcxx1c/main.c b/tests/driver_adcxx1c/main.c
index 2cc6fb4ad9..a06691f72b 100644
--- a/tests/driver_adcxx1c/main.c
+++ b/tests/driver_adcxx1c/main.c
@@ -30,6 +30,7 @@ static adcxx1c_t dev;
 
 static void alert_cb(void *arg)
 {
+    (void)arg;
     puts("[Alert]\n");
 }
 
-- 
GitLab