Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/vabackend.c:183:65: error: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Werror,-Wformat] fprintf(LOG_OUTPUT, "%10ld.%09ld [%d-%d] %s:%4d %24s %s\n", tp.tv_sec, tp.tv_nsec, getpid(), gettid(), filename, line, function, formattedMessage); ~~~~~ ^~~~~~~~~ %10d
- Loading branch information