Revision: 24701
Author:   [email protected]
Date:     Fri Oct 17 15:50:05 2014 UTC
Log:      Fix compilation with GCC-4.8 after r24685

[email protected]

Review URL: https://codereview.chromium.org/661123002
https://code.google.com/p/v8/source/detail?r=24701

Modified:
 /branches/bleeding_edge/src/compiler/node-matchers.h

=======================================
--- /branches/bleeding_edge/src/compiler/node-matchers.h Fri Oct 17 09:35:45 2014 UTC +++ /branches/bleeding_edge/src/compiler/node-matchers.h Fri Oct 17 15:50:05 2014 UTC
@@ -115,6 +115,7 @@
         break;
       default:
         has_value_ = false;
+        value_ = 0;  // Make the compiler happy.
         break;
     }
   }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to