quiet some macosx warnings
This commit is contained in:
6
include/system.h
Normal file → Executable file
6
include/system.h
Normal file → Executable file
@@ -573,4 +573,10 @@ E int FDECL(atoi, (const char *));
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
|
||||
#if defined(WIN32)
|
||||
#define LUA_INTCAST(i) ((int) i)
|
||||
#else
|
||||
#define LUA_INTCAST(i) (i)
|
||||
#endif
|
||||
|
||||
#endif /* SYSTEM_H */
|
||||
|
||||
Reference in New Issue
Block a user