mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fixed build warning.
This commit is contained in:
parent
3a265152d8
commit
6c2c86aa50
@ -56,8 +56,8 @@
|
||||
#define PRINTF_ATTRIBUTE(a,b)
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
#define CSYNC_LOG(priority, fmt, rest...) \
|
||||
csync_log((char *) CSYNC_LOG_CATEGORY_NAME, priority, fmt, ##rest)
|
||||
#define CSYNC_LOG(priority, fmt, ...) \
|
||||
csync_log((char *) CSYNC_LOG_CATEGORY_NAME, priority, fmt, ## __VA_ARGS__)
|
||||
|
||||
#ifdef WITH_LOG4C
|
||||
#define CSYNC_LOG_PRIORITY_FATAL LOG4C_PRIORITY_FATAL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user