Returning void value(function) when optimization enabled kills LSLForge process
Closed this issue · 3 comments
PellSmit commented
///////////////////////////////
func()
{
return func1();
}
// pragma inline
func1()
{
;
}
/////////////////////////////
Above code kills LSLForge process at optimization enabled,
no error at optimization disabled.
It will be fixed at 0.1.9.7.
PellSmit commented
I fixed it at elnewfie@f7593ab
raysilent commented
Oh alright. I think it's been merged then