fixing build

This commit is contained in:
jeefo 2016-09-14 15:45:01 +03:00
commit 3afdde37c3

View file

@ -74,6 +74,8 @@ static inline bool A_IsValidCodePointer (const void *ptr)
return false; return false;
#endif #endif
(void) (ptr);
// do not check on linux // do not check on linux
return true; return true;
} }