Landing for hans@chromium.org.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 19 Jul 2010 09:51:33 +0000 (09:51 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 19 Jul 2010 09:51:33 +0000 (09:51 +0000)
commit35a80e16241308b4f476875d0f96282cf697a029
treef30cf0d70160d536755235cdd11e34a0921c5e11
parentaec9ce891e0164f10f28bf66192cb08cfdc630b3
Landing for hans@chromium.org.

TYPE_CHECK in v8.h should assign to volatile qualified null-pointer.

Unless the pointer is volatile qualified, Clang will warn that LLVM
removes the assignment during optimization. This is not a problem as
that code should never execute, but the warning is treated as an error
when building Chromium, and thus stops the build.

Code review URL: http://codereview.chromium.org/3005010/show

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5093 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h