1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-28 05:57:49 +03:00

Fix warning on conditional compile, unused variable

This commit is contained in:
Dave Wysochanski 2008-01-11 17:44:26 +00:00
parent cc203245e4
commit 80e070a857

View File

@ -300,7 +300,9 @@ struct segment_type *init_segtype(struct cmd_context *cmd)
#endif
{
struct segment_type *segtype = dm_malloc(sizeof(*segtype));
#ifdef DMEVENTD
char *dso;
#endif
if (!segtype) {
stack;