Status: New
Owner: ----

New issue 2126 by [email protected]: Fails to compile x64.release on FreeBSD
http://code.google.com/p/v8/issues/detail?id=2126

../src/platform-freebsd.cc: In constructor 'v8::internal::FreeBSDMutex::FreeBSDMutex()': ../src/platform-freebsd.cc:551:9: error: variable 'result' set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors

The solution, based on platform-linux.cc, would be the addition of

    USE(result);

at the end of the FreeBSDMutex constructor, ~ line 556.

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

Reply via email to