Status: New
Owner: ----

New issue 731 by [email protected]: scanner.h's class KeywordMatcher's constructor does not initialize all member variables
http://code.google.com/p/v8/issues/detail?id=731

Only state_ and token_ are initialized. These uninitialized variables are
unsafe and generate a warning. Look around line 157 in scanner.h.

With -Werror and using Crosstoolv14 as the compiler, it fails to compile.


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

Reply via email to