summaryrefslogtreecommitdiffstats
path: root/avahi-core/timeeventq-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/timeeventq-test.c')
-rw-r--r--avahi-core/timeeventq-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/timeeventq-test.c b/avahi-core/timeeventq-test.c
index 46a948a..c66a55a 100644
--- a/avahi-core/timeeventq-test.c
+++ b/avahi-core/timeeventq-test.c
@@ -45,7 +45,7 @@ static void callback(AvahiTimeEvent*e, void* userdata) {
avahi_time_event_update(e, &tv);
}
-int main(int argc, char *argv[]) {
+int main(AVAHI_GCC_UNUSED int argc, AVAHI_GCC_UNUSED char *argv[]) {
struct timeval tv;
AvahiSimplePoll *s;