1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

cleanup: avoid compiler warn

When variable is unused...
This commit is contained in:
Zdenek Kabelac 2018-03-29 18:49:42 +02:00
parent 73cda0437f
commit 037c234eaa

View File

@ -166,7 +166,9 @@ int cluster_send(struct clog_request *rq)
{ {
int r; int r;
int found = 0; int found = 0;
#if CMIRROR_HAS_CHECKPOINT
int count = 0; int count = 0;
#endif
struct iovec iov; struct iovec iov;
struct clog_cpg *entry; struct clog_cpg *entry;