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

Unified Diff: src/typing.cc

Issue 422063005: Contribution of PowerPC port. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Caught up to bleending edge (8/15) Created 6 years, 4 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
Index: src/typing.cc
diff --git a/src/typing.cc b/src/typing.cc
index 136f72271c8029409cfa60e543309dff259aaffb..b8c23a050a8297d65a41458f4703e18ebdc6a0ba 100644
--- a/src/typing.cc
+++ b/src/typing.cc
@@ -376,6 +376,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-printer.cc ('K') | « src/simulator.h ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698