Artifact bd27888ffeebfa3d52347d7a98434d6b05cf364178de53acdf5823e7844a4bda:
- File
src/OFThread.h
- 2014-05-05 02:43:51 — part of check-in [b885b6fdfa] on branch trunk — Add OF_NO_RETURN and OF_UNREACHABLE (user: js, size: 5085) [annotate] [blame] [check-ins using]
-
2014-07-19 09:55:06
— part of check-in
[716b1fc2b3]
on branch trunk
— Don't use C11's noreturn
It causes just too much trouble: It breaks with some old versions of
Clang, where noreturn does not work correctly, and OS X headers break if
noreturn is defined, requiring an ugly and fragile workaround. It's just
not worth the trouble it causes, as the same functionality is available
through __attribute__((__noreturn__)). (user: js, size: 5085) [annotate] [blame] [check-ins using]