haxeui / hxWidgets

Haxe externs (and wrappers) for wxWidgets
MIT License
77 stars 22 forks source link

tell analyzer not to optimize away WxString vars #40

Closed AdrianV closed 7 years ago

AdrianV commented 7 years ago

otherwise hx.ClassInfo.get_className() won't compile in cpp - and maybe others too, because Haxe 3.4 analyzer is too eager to throw away local variables

ibilon commented 7 years ago

Thanks!