]> granicus.if.org Git - libevent/commit
event_debug_created_threadable_ctx_: fix compilation without debug mode
authorAzat Khuzhin <a3at.mail@gmail.com>
Tue, 29 Sep 2015 17:36:39 +0000 (20:36 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 29 Sep 2015 17:42:45 +0000 (20:42 +0300)
commita068f2e594fbe14425c96d0d6eb60c0c1259d38e
tree67b0ef0ea8198b0d5918b5e05e7d17632a541aa3
parent3f749e93db4f6bf10beb73d8d5d523d0e3b036e3
event_debug_created_threadable_ctx_: fix compilation without debug mode

The following command failed before:
$ ./configure --disable-debug-mode

Fixes: dcfb19a27b7760299bc9e7291c9abd88c59fd91a ("Debug mode option to error on
evthread init AFTER other event calls.")
event.c