summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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");