Fix issue a different way and supress new gcc 4.8 warning

This commit is contained in:
Drake Arconis
2013-05-05 19:24:13 -07:00
parent 36416743d4
commit e0ef803ed5
4 changed files with 11 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
#ifndef LL_LLTHREAD_H
#define LL_LLTHREAD_H
#ifdef LL_GNUC
#if LL_GNUC
// Needed for is_main_thread() when compiling with optimization (relwithdebinfo).
// It doesn't hurt to just always specify it though.
#pragma interface