Polyloader "Not all control paths return a value"
Everytime I try to compile a poly hack it tells me "Not all control paths return a value" it worked a week ago but it doesn't work now.
You may be able to disable the warning(I'm not sure though), however ending a function without returning a value has undefined behavior. Or you can just fix it, which is very simple.