Tokenizer: Try to hide attributes for non-gcc and non-clang compilers

This commit is contained in:
Daniel Marjamäki 2015-10-12 08:50:52 +02:00
parent 6157fc69ac
commit df67e0efb6
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@
#include <list>
#include <ctime>
#ifndef(__GNUC__)
#define __attribute__(A)
#endif
class Settings;
class SymbolDatabase;
class TimerResults;