Status: New
Owner: ----

New issue 649 by sgbeal: trunk (r4183) fails to compile
http://code.google.com/p/v8/issues/detail?id=649


cc1plus: warnings being treated as errors
src/runtime.cc: In function 'void v8::internal::DateYMDFromTimeSlow(int,
int&, int&, int&)':
src/runtime.cc:5684: error: suggest parentheses around '&&' within '||'
scons: *** [obj/debug/runtime.o] Error 1


The "problem" is that -Werror is being specified in SConstruct. Removing -
Werror allows the build to continue, but IMO the above warning is valid and
should be corrected in the code.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to