t/debug: fix 'fio_debug' declaration
authorJens Axboe <axboe@fb.com>
Fri, 3 Jul 2015 20:26:08 +0000 (14:26 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 3 Jul 2015 20:26:08 +0000 (14:26 -0600)
commit56d50ff3fccfd841921c799f6958ca1e33483959
treeda55c254bb04ed72100aec60aedfd2e44a59a381
parenta640ed36829f3be6d9dd8c7974dba41b9b59e6a5
t/debug: fix 'fio_debug' declaration

debug.h:38:22: warning: type of ‘fio_debug’ does not match original declaration
 extern unsigned long fio_debug;
                      ^
t/debug.c:5:14: note: previously declared here
 unsigned int fio_debug = 0;

Signed-off-by: Jens Axboe <axboe@fb.com>
t/debug.c