]> sourceware.org Git - lvm2.git/commitdiff
Intentionaly ignore result from get_config_uint32
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 6 Jan 2011 15:25:07 +0000 (15:25 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 6 Jan 2011 15:25:07 +0000 (15:25 +0000)
lib/format_text/import_vsn1.c

index bbb80008ca83b5ae3f44f94a21b9f5d9da204b92..5fac7c49e06a12c87938d8957de6c9dde2d668f1 100644 (file)
@@ -840,7 +840,7 @@ static void _read_desc(struct dm_pool *mem,
        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;
 }
 
This page took 0.036462 seconds and 5 git commands to generate.