raysilent/lslforge

Returning void value(function) when optimization enabled kills LSLForge process

Closed this issue · 3 comments

///////////////////////////////
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.

Is it fixed now @PellSmit ?

I fixed it at elnewfie@f7593ab

Oh alright. I think it's been merged then