__attribute__ noreturn can only be used in function declations.

svn path=/trunk/; revision=16938
This commit is contained in:
Jörg Mayer 2006-01-03 23:43:24 +00:00
parent 74dc6c2d5f
commit 056c408531
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ BOOL WINAPI ConsoleCtrlHandlerRoutine(DWORD dwCtrlType)
#if __GNUC__ >= 2
void exit_main(int err) __attribute__ ((noreturn));
void exit_main(int err)
#else
void exit_main(int err)
#endif