summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/dev/dm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/netbsd-tests/dev/dm')
-rw-r--r--contrib/netbsd-tests/dev/dm/h_dm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/netbsd-tests/dev/dm/h_dm.c b/contrib/netbsd-tests/dev/dm/h_dm.c
index 3380ad3..d4ccb3a 100644
--- a/contrib/netbsd-tests/dev/dm/h_dm.c
+++ b/contrib/netbsd-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);
OpenPOWER on IntegriCloud