EgtGeneral 2.3g1 :

- versione x64 compilata con Clang-cl/LLVM
- modifiche varie per eliminare warning più gravi di questo compilatore.
This commit is contained in:
DarioS
2021-07-20 17:57:45 +02:00
parent 19de19cc9c
commit 66b23ecbef
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ LuaMgr::Init( void)
// inizializzo Lua
m_pL = luaL_newstate() ;
if ( m_pL == nullptr) {
LOG_ERROR( GetEGnLogger(), "Error in Lua interpreter starting (" __FUNCTION__ ")")
LOG_ERROR( GetEGnLogger(), "Error in Lua interpreter starting (LuaMgr::Init)")
return false ;
}
// carico le librerie standard