Chromium Code Reviews

Unified Diff: src/ic.cc

Issue 7034030: Fix compilation warning on some C++ compilers. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic.cc
===================================================================
--- src/ic.cc (revision 7944)
+++ src/ic.cc (working copy)
@@ -2217,6 +2217,8 @@
UNREACHABLE();
return TRUnaryOpIC::GENERIC;
}
+ UNREACHABLE();
+ return TRUnaryOpIC::GENERIC;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine