Module Name:    src
Committed By:   christos
Date:           Sat Jan 23 21:18:27 UTC 2016

Modified Files:
        src/tests/dev/dm: h_dm.c

Log Message:
XXX: use unused variables.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/dev/dm/h_dm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/dev/dm/h_dm.c
diff -u src/tests/dev/dm/h_dm.c:1.1 src/tests/dev/dm/h_dm.c:1.2
--- src/tests/dev/dm/h_dm.c:1.1	Wed Oct  6 07:24:55 2010
+++ src/tests/dev/dm/h_dm.c	Sat Jan 23 16:18:27 2016
@@ -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);
 

Reply via email to