LuaComp/src/directives/warning.lua

4 lines
82 B
Lua

function directives.warning(env, msg)
lc_warning(env.fname, msg)
return true
end