diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2017-05-10 17:13:04 +0200 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2017-05-10 17:13:04 +0200 |
commit | f52a6dabba0f6739979fe6312a2c28d02e594a9f (patch) | |
tree | b939c70386860456c57ea918dbe36d74a18f7989 /src | |
parent | e5f454b3cee91f79f4f107b68a4708addc0a914a (diff) | |
download | lanes-f52a6dabba0f6739979fe6312a2c28d02e594a9f.tar.gz lanes-f52a6dabba0f6739979fe6312a2c28d02e594a9f.tar.bz2 lanes-f52a6dabba0f6739979fe6312a2c28d02e594a9f.zip |
Suppress a #pragma message
Diffstat (limited to 'src')
-rw-r--r-- | src/tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.c b/src/tools.c index c7da63e..0e8d132 100644 --- a/src/tools.c +++ b/src/tools.c | |||
@@ -207,7 +207,7 @@ static const luaL_Reg libs[] = | |||
207 | #endif // LUA_VERSION_NUM | 207 | #endif // LUA_VERSION_NUM |
208 | { LUA_DBLIBNAME, luaopen_debug}, | 208 | { LUA_DBLIBNAME, luaopen_debug}, |
209 | #if defined LUA_JITLIBNAME // building against LuaJIT headers, add some LuaJIT-specific libs | 209 | #if defined LUA_JITLIBNAME // building against LuaJIT headers, add some LuaJIT-specific libs |
210 | #pragma message( "supporting JIT base libs") | 210 | //#pragma message( "supporting JIT base libs") |
211 | { LUA_BITLIBNAME, luaopen_bit}, | 211 | { LUA_BITLIBNAME, luaopen_bit}, |
212 | { LUA_JITLIBNAME, luaopen_jit}, | 212 | { LUA_JITLIBNAME, luaopen_jit}, |
213 | { LUA_FFILIBNAME, luaopen_ffi}, | 213 | { LUA_FFILIBNAME, luaopen_ffi}, |