Tokenizer: Try to hide attributes for non-gcc and non-clang compilers
This commit is contained in:
parent
6157fc69ac
commit
df67e0efb6
|
@ -31,6 +31,10 @@
|
|||
#include <list>
|
||||
#include <ctime>
|
||||
|
||||
#ifndef(__GNUC__)
|
||||
#define __attribute__(A)
|
||||
#endif
|
||||
|
||||
class Settings;
|
||||
class SymbolDatabase;
|
||||
class TimerResults;
|
||||
|
|
Loading…
Reference in New Issue