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:
parent
2b0968b795
commit
f1bf446893
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user