Made compiler detection more reliable and cleanup clang warnings

This commit is contained in:
Drake Arconis
2013-05-05 17:56:16 -07:00
parent a2df4b6693
commit 73b10e6b29
18 changed files with 21 additions and 54 deletions

View File

@@ -23,7 +23,7 @@
* $/LicenseInfo$
*/
#ifdef __GNUC__
#ifdef LL_GNUC
// Generate code for inlines from llthread.h (needed for is_main_thread()).
#pragma implementation "llthread.h"
#endif