mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
Fix a pedantic gcc 4.4 warning in event2/event.h
This commit is contained in:
parent
29b2e233a7
commit
276e7ee97e
@ -191,7 +191,7 @@ enum event_base_config_flag {
|
|||||||
/** Instead of checking the current time every time the event loop is
|
/** Instead of checking the current time every time the event loop is
|
||||||
ready to run timeout callbacks, check after each timeout callback.
|
ready to run timeout callbacks, check after each timeout callback.
|
||||||
*/
|
*/
|
||||||
EVENT_BASE_FLAG_NO_CACHE_TIME = 0x08,
|
EVENT_BASE_FLAG_NO_CACHE_TIME = 0x08
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user