mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Misc: Get rid of some compiler warnings.
This commit is contained in:
parent
a832120521
commit
3a4efb2f16
@ -63,7 +63,7 @@ extern int log_resend_requests;
|
||||
#ifdef DEBUG
|
||||
#define LOG_DBG(f, arg...) LOG_OUTPUT(LOG_DEBUG, f, ## arg)
|
||||
#else /* DEBUG */
|
||||
#define LOG_DBG(f, arg...)
|
||||
#define LOG_DBG(f, arg...) do {} while (0)
|
||||
#endif /* DEBUG */
|
||||
|
||||
#define LOG_COND(__X, f, arg...) do {\
|
||||
|
Loading…
Reference in New Issue
Block a user