kc3-lang/libevent

Branch :


Log

Author Commit Date CI Message
bfcedee0 2015-08-13 15:04:14 Add a prototype for event_disable_debug_mode() Exporting this function seems rather useless, as debugging mode has to be enabled early and calling this function doesn't allow it to get toggled back on later. Fixes a compile warning when using clang 3.6. Fixes #271 Fixes #224