Revision: 4861
Author: [email protected]
Date: Mon Jun 14 06:19:16 2010
Log: Fix Mac build of r4860

Build error:
test/cctest/test-api.cc: In function 'void ExternalArrayInfoTestHelper(v8::ExternalArrayType)': test/cctest/test-api.cc:10069: warning: control may reach end of non-void function 'int ExternalArrayElementSize(v8::ExternalArrayType)' being inlined

[email protected]
Review URL: http://codereview.chromium.org/2826002
http://code.google.com/p/v8/source/detail?r=4861

Modified:
 /branches/bleeding_edge/test/cctest/test-api.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc     Mon Jun 14 06:09:27 2010
+++ /branches/bleeding_edge/test/cctest/test-api.cc     Mon Jun 14 06:19:16 2010
@@ -9671,6 +9671,8 @@
       UNREACHABLE();
       return -1;
   }
+  UNREACHABLE();
+  return -1;
 }


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

Reply via email to