Use noreturn attribute in Exit() declaration.
commitb3afad67ff75dc7bd22b31b8370bbabd9786bbdd
authorIain Patterson <wm@iain.cx>
Tue, 10 Apr 2012 09:55:26 +0000 (10 10:55 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 11 Apr 2012 22:56:31 +0000 (11 23:56 +0100)
treeb1f53d8388721bdeeecb778fa906c1627ed0aec0
parentbca60318cab5ff9f01186c183696332e351b8d19
Use noreturn attribute in Exit() declaration.

Use the gcc-specific noreturn attribute to advise the compiler that
Exit() doesn't return.  This is safe because we already use preprocessor
rules to hide __attribute__ from other compilers.

Suggested independently by Christophe Curis and Brad Jorsch.
src/funcs.h