Comment #2 on issue 2319 by [email protected]: test-compiler.cc:78: error: format ‘%lc’ expects type ‘wint_t’, but argument 2 has type ‘int’
http://code.google.com/p/v8/issues/detail?id=2319

with help from Ben Hoorhuis, this fixed with edit of ../test/cctest/test-compiler.cc:78 to:

printf("%c", static_cast<wchar_t>(string[j]));

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to