Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: src/typing.cc

Issue 422063005: Contribution of PowerPC port. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/objects-inl.h ('K') | « src/simulator.h ('k') | src/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/typing.cc
diff --git a/src/typing.cc b/src/typing.cc
index 84dbe815e1fed66fe0e538d94310080d3fd33a19..aa2dded0d2413d56165149e2ce4a8e95cd784141 100644
--- a/src/typing.cc
+++ b/src/typing.cc
@@ -375,6 +375,9 @@ void AstTyper::VisitConditional(Conditional* expr) {
}
+// simulated build generates warning (fails compile) without pragma
+// when built using gcc 4.4.6 on intel linux
+#pragma GCC diagnostic ignored "-Wuninitialized"
void AstTyper::VisitVariableProxy(VariableProxy* expr) {
Variable* var = expr->var();
if (var->IsStackAllocated()) {
« src/objects-inl.h ('K') | « src/simulator.h ('k') | src/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698