summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-02-09 19:58:17 +0100
committerQC <qball@gmpclient.org>2015-02-09 19:58:17 +0100
commitf6bc8f7c32254aa442f9ab55cf157cb15c102aba (patch)
treea0af720ab5911d0163e97a98552331aab2538684 /test/helper-test.c
parent682907d3409db9c5d22314eb8fc5a0acf9d11b5a (diff)
Fix test compile warning.
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 2d64372a..b8a1061c 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -11,7 +11,7 @@ static int test = 0;
printf("Test %i passed (%s)\n", ++test, #a);\
}
-int main ( int argc, char ** argv )
+int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char ** argv )
{
char **list = NULL;
int llength = 0;