summaryrefslogtreecommitdiff
path: root/util/rdacheck.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-06-07 22:00:32 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-06-07 22:00:32 +0200
commit881b8190534e1b721772e84fccdda2f129b03651 (patch)
tree70c23fc8eeb866c569e042bc7dcba2746434e5f7 /util/rdacheck.c
parenta1cf55d0e0c267c9ce0740b7ea7ebb89821e2146 (diff)
parentc7f55d9072b3fe4183beb0a2c04746c66cde8595 (diff)
downloadlibrda-881b8190534e1b721772e84fccdda2f129b03651.tar.gz
librda-881b8190534e1b721772e84fccdda2f129b03651.tar.bz2
librda-881b8190534e1b721772e84fccdda2f129b03651.zip
Merge branch 'sunweaver-pr/travis-ci'
Attributes GH PR #5: https://github.com/ArcticaProject/librda/pull/5
Diffstat (limited to 'util/rdacheck.c')
-rw-r--r--util/rdacheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/rdacheck.c b/util/rdacheck.c
index 46e1fab..44a91ff 100644
--- a/util/rdacheck.c
+++ b/util/rdacheck.c
@@ -28,7 +28,7 @@ Copyright 2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
#include <rda.h>
int
-main (int argc, char ** argv)
+main (int __attribute__((unused)) argc, char __attribute__((unused)) **argv)
{
rda_init();
g_message(_("Currently used remote technology: %s"), rda_get_remote_technology_name());