configure: enable -Wimplicit-fallthrough if we have it
[fio.git] / t / debug.c
... / ...
CommitLineData
1#include <stdio.h>
2
3FILE *f_err;
4struct timespec *fio_ts = NULL;
5unsigned long fio_debug = 0;
6
7void __dprint(int type, const char *str, ...)
8{
9}
10
11void debug_init(void)
12{
13 f_err = stderr;
14}