Fix a pedantic gcc 4.4 warning in event2/event.h

This commit is contained in:
Nick Mathewson 2010-06-11 11:57:13 -04:00
parent 29b2e233a7
commit 276e7ee97e

View File

@ -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
}; };
/** /**