summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2014-08-05 08:20:27 +0000
committerРуслан Ижбулатов <lrn1986@gmail.com>2014-08-05 12:05:12 +0000
commit06e15e28d24f1f4cfbf9de2d3224a076ae3b3b4c (patch)
tree0298eaf4bd8e53d237548685fd3ed096e7767244 /tests
parentb77da88890a6f1044fe3213fedba4da782233ba5 (diff)
downloadlibcroco-06e15e28d24f1f4cfbf9de2d3224a076ae3b3b4c.tar.gz
Fix the unused arguments warnings
https://bugzilla.gnome.org/show_bug.cgi?id=710076
Diffstat (limited to 'tests')
-rw-r--r--tests/test2-main.c2
-rw-r--r--tests/test3-main.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/test2-main.c b/tests/test2-main.c
index 7d94a80..9ce5cc9 100644
--- a/tests/test2-main.c
+++ b/tests/test2-main.c
@@ -111,6 +111,8 @@ test_import_style (CRDocHandler * a_handler,
CRString * a_uri_default_ns,
CRParsingLocation *a_location)
{
+ (void) a_uri;
+
g_return_if_fail (a_handler) ;
fprintf (stdout, "****************\n");
diff --git a/tests/test3-main.c b/tests/test3-main.c
index 1dd5d07..e730e06 100644
--- a/tests/test3-main.c
+++ b/tests/test3-main.c
@@ -109,6 +109,8 @@ test_import_style (CRDocHandler * a_handler,
{
g_return_if_fail (a_handler);
+ (void) a_uri;
+
fprintf (stdout, "****************\n");
fprintf (stdout, "import_style\n");