Get gcc to check that we don't ignore return values of functions that can
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 31 Aug 2010 08:05:42 +0000 (08:05 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 31 Aug 2010 08:05:42 +0000 (08:05 +0000)
commit663f378da5a5e66424c75b48eb4d61a968da3f70
tree30915f878cd17c4f8e36a1253f3ea7c7232093fa
parent903571b2337839e6b9bf16b22254fd4b3bd4784f
Get gcc to check that we don't ignore return values of functions that can
fail to allocate because we need a GC.
Review URL: http://codereview.chromium.org/3274008

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5379 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 files changed:
src/accessors.h
src/builtins.cc
src/debug.cc
src/globals.h
src/heap.h
src/liveedit.cc
src/objects.cc
src/objects.h
src/parser.cc
src/runtime.cc
src/stub-cache.h
test/cctest/test-heap.cc
test/mjsunit/const-eval-init.js