mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
vio: Fix compile warning if compiled without testing.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
03685bd15b
commit
452b0e96ec
@ -45,12 +45,14 @@
|
||||
#include "csync_log.h"
|
||||
|
||||
int csync_vio_init(CSYNC *ctx, const char *module, const char *args) {
|
||||
#ifdef WITH_UNIT_TESTING
|
||||
csync_stat_t sb;
|
||||
mbchar_t *mpath = NULL;
|
||||
#endif
|
||||
char *path = NULL;
|
||||
char *err = NULL;
|
||||
csync_vio_method_t *m = NULL;
|
||||
csync_vio_method_init_fn init_fn;
|
||||
mbchar_t *mpath = NULL;
|
||||
|
||||
#ifdef _WIN32
|
||||
mbchar_t tbuf[MAX_PATH];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user