This commit is contained in:
Alex Young
2014-02-26 15:37:44 +00:00
6 changed files with 76 additions and 52 deletions

View File

@@ -116,6 +116,7 @@ uint64_t monotonic_time_ms(void);
#define fatal(msg, ...) do { \
myloglev(4, msg, ##__VA_ARGS__); \
error_handler(1); \
exit(1); /* never-reached, this is to make static code analizer happy */ \
} while(0)