aboutsummaryrefslogtreecommitdiff
path: root/freerdp2-session-wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'freerdp2-session-wrapper.c')
-rw-r--r--freerdp2-session-wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freerdp2-session-wrapper.c b/freerdp2-session-wrapper.c
index 76f299f..7b5c320 100644
--- a/freerdp2-session-wrapper.c
+++ b/freerdp2-session-wrapper.c
@@ -20,7 +20,7 @@
#include <unistd.h>
int
-main (int argc, char * argv[])
+main (int __attribute__((unused)) argc, char __attribute__((unused)) *argv[])
{
char * args[2];
args[0] = PKGDATADIR "/freerdp2-session";