Fix issue a different way and supress new gcc 4.8 warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user