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

Unified Diff: src/typing.cc

Issue 422063005: Contribution of PowerPC port. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: re-upload - catch up to 8/19 level 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 ee473ed6a655a7196e27e60c1b68a611e3978116..9c7fb8e620373d2bceccbb3d174c0b902d767608 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/hydrogen-bch.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