From f52a6dabba0f6739979fe6312a2c28d02e594a9f Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 10 May 2017 17:13:04 +0200 Subject: Suppress a #pragma message --- CHANGES | 2 +- src/tools.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 34c35cd..df75ace 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ CHANGES: CHANGE 119: BGe 10-May-17 * Fixed some compilation warnings - * Improved LuaJIT support + * Improved LuaJIT support CHANGE 118: trukanduk 21-Nov-16 * bumped version to 3.10.1 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[] = #endif // LUA_VERSION_NUM { LUA_DBLIBNAME, luaopen_debug}, #if defined LUA_JITLIBNAME // building against LuaJIT headers, add some LuaJIT-specific libs -#pragma message( "supporting JIT base libs") +//#pragma message( "supporting JIT base libs") { LUA_BITLIBNAME, luaopen_bit}, { LUA_JITLIBNAME, luaopen_jit}, { LUA_FFILIBNAME, luaopen_ffi}, -- cgit v1.2.3-55-g6feb