2009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>
* cpu_features.c: replace gcc-specific construct with portable alternative and match the code a few lines above. * crt1.c: remove gcc-specific noreturn attribute with mingw alternative
This commit is contained in:
@@ -181,7 +181,7 @@ _gnu_exception_handler (EXCEPTION_POINTERS * exception_data)
|
||||
/*
|
||||
* The function mainCRTStartup is the entry point for all console programs.
|
||||
*/
|
||||
static void __attribute__((noreturn))
|
||||
static void __MINGW_ATTRIB_NORETURN
|
||||
__mingw_CRTStartup (void)
|
||||
{
|
||||
int nRet;
|
||||
|
Reference in New Issue
Block a user