From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7391 invoked by alias); 6 Jan 2011 15:25:08 -0000 Received: (qmail 7372 invoked by uid 9737); 6 Jan 2011 15:25:07 -0000 Date: Thu, 06 Jan 2011 15:25:00 -0000 Message-ID: <20110106152507.7370.qmail@sourceware.org> From: zkabelac@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/lib/format_text import_vsn1.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00026.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: zkabelac@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; }