Comment #2 on issue 2302 by [email protected]: include/v8.h unused parameter warnings in g++ with show all warnings enabled
http://code.google.com/p/v8/issues/detail?id=2302
Of course the GYP build is setting -Wno-unused-parameter: http://code.google.com/p/v8/source/browse/branches/bleeding_edge/build/common.gypi#341
Sounds like the OP wasn't compiling V8 at all, but rather include/v8.h as part of another project. Such projects will have to set -Wno-unused-parameter themselves.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
