mdbx-test: workaroung for MSVC bug.

This commit is contained in:
Leo Yuriev
2018-09-14 15:13:05 +03:00
parent 5a461a84e0
commit 6043181636
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ void setlevel(loglevel level);
bool output(const loglevel priority, const char *format, va_list ap);
bool __printf_args(2, 3)
output(const loglevel priority, const char *format, ...);
bool feed(const char *format, va_list ap);
bool feed_ap(const char *format, va_list ap);
bool __printf_args(1, 2) feed(const char *format, ...);
class local_suffix {