anything greater than gcc 2.8 should have terminate already.
git-svn-id: svn://10.0.0.236/trunk@16234 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -179,9 +179,7 @@ int main(int argc, char **argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if defined( __GNUC__ ) && ( __GNUC__ < 2 ) || (__GNUC_MINOR__ < 9)
|
||||
/* for gcc with -fhandle-exceptions */
|
||||
void terminate() {}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user