summaryrefslogtreecommitdiff
path: root/tests/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-01-23 21:18:27 +0000
committerchristos <christos@NetBSD.org>2016-01-23 21:18:27 +0000
commit1323fecf2e697309d85c84dbcdd8c29fab192592 (patch)
tree5e5a5a1822764aef804d9a1e0af456f0ae2923ba /tests/dev
parentbdeae72b97b79985f8feaf6c34d95a6c04794c86 (diff)
XXX: use unused variables.
Diffstat (limited to 'tests/dev')
-rw-r--r--tests/dev/dm/h_dm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/dev/dm/h_dm.c b/tests/dev/dm/h_dm.c
index 3380ad3fb5b..d4ccb3a0401 100644
--- a/tests/dev/dm/h_dm.c
+++ b/tests/dev/dm/h_dm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: h_dm.c,v 1.1 2010/10/06 11:24:55 haad Exp $ */
+/* $NetBSD: h_dm.c,v 1.2 2016/01/23 21:18:27 christos Exp $ */
/*
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -83,6 +83,7 @@ dm_test_versions(void) {
dict_out = prop_dictionary_internalize(prefp.pref_plist);
xml = prop_dictionary_externalize(dict_out);
+ __USE(xml);
rump_sys_close(fd);
@@ -122,6 +123,7 @@ dm_test_targets(void) {
dict_out = prop_dictionary_internalize(prefp.pref_plist);
xml = prop_dictionary_externalize(dict_out);
+ __USE(xml);
rump_sys_close(fd);