Status: New Owner: ---- New issue 357 by sgbeal: compile error in debug build: ic.cc:42 "type qualifiers ignored" http://code.google.com/p/v8/issues/detail?id=357
Using r2054 from the trunk, compiling in debug mode produces: src/ic.cc:42: error: type qualifiers ignored on function return type scons: *** [obj/debug/ic.o] Error 1 scons: building terminated because of errors. The offending code is: static const char TransitionMarkFromState(IC::State state) removing the const qualifier solves the problem. -- 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 -~----------~----~----~----~------~----~------~--~---
