aboutsummaryrefslogtreecommitdiffstats
path: root/libsensors/geomagneticd/geomagneticd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/geomagneticd/geomagneticd.c')
-rw-r--r--libsensors/geomagneticd/geomagneticd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsensors/geomagneticd/geomagneticd.c b/libsensors/geomagneticd/geomagneticd.c
index 0f794e8..5dddf98 100644
--- a/libsensors/geomagneticd/geomagneticd.c
+++ b/libsensors/geomagneticd/geomagneticd.c
@@ -443,7 +443,7 @@ complete:
return rc;
}
-int main(int argc, char *argv[])
+int main(int argc __unused, char *argv[] __unused)
{
struct geomagneticd_data *geomagneticd_data = NULL;
char path[PATH_MAX] = { 0 };