Fixed clang builds
This commit is contained in:
parent
bbfea9863e
commit
72e0b37258
1 changed files with 1 additions and 5 deletions
|
@ -626,11 +626,7 @@ return ptr;
|
||||||
#define FMTFUNCTION( a, b )
|
#define FMTFUNCTION( a, b )
|
||||||
#elif defined(GNUC)
|
#elif defined(GNUC)
|
||||||
#define SELECTANY __attribute__((weak))
|
#define SELECTANY __attribute__((weak))
|
||||||
#ifndef DEDICATED
|
#define RESTRICT
|
||||||
#define RESTRICT
|
|
||||||
#else
|
|
||||||
#define RESTRICT __restrict
|
|
||||||
#endif
|
|
||||||
#define RESTRICT_FUNC
|
#define RESTRICT_FUNC
|
||||||
// squirrel.h does a #define printf DevMsg which leads to warnings when we try
|
// squirrel.h does a #define printf DevMsg which leads to warnings when we try
|
||||||
// to use printf as the prototype format function. Using __printf__ instead.
|
// to use printf as the prototype format function. Using __printf__ instead.
|
||||||
|
|
Loading…
Reference in a new issue