1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +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 2b0968b795
commit f1bf446893

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;