[lvm-devel] LVM2/lib/format_text import_vsn1.c

zkabelac at sourceware.org zkabelac at sourceware.org
Thu Jan 6 15:25:07 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2011-01-06 15:25:07

Modified files:
	lib/format_text: import_vsn1.c 

Log message:
	Intentionaly ignore result from get_config_uint32

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/format_text/import_vsn1.c.diff?cvsroot=lvm2&r1=1.80&r2=1.81

--- LVM2/lib/format_text/import_vsn1.c	2010/12/22 15:44:09	1.80
+++ LVM2/lib/format_text/import_vsn1.c	2011/01/06 15:25:07	1.81
@@ -840,7 +840,7 @@
 	log_suppress(old_suppress);
 	*desc = dm_pool_strdup(mem, d);
 
-	get_config_uint32(cft->root, "creation_time", &u);
+	(void) get_config_uint32(cft->root, "creation_time", &u);
 	*when = u;
 }
 




More information about the lvm-devel mailing list