rebuild geeqie
[oi-userland.git] / components / runtime / openjdk-8 / patches / 0036-patch-hotspot_src_share_vm_opto_node.cpp.patch
blob741cfc3d62e898b14ab378bcd8140cc3c1cb9fec
1 $NetBSD: patch-hotspot_src_share_vm_opto_node.cpp,v 1.1 2015/02/08 08:41:25 tnn Exp $
3 --- hotspot/src/share/vm/opto/node.cpp.orig 2015-02-02 15:32:37.000000000 +0000
4 +++ hotspot/src/share/vm/opto/node.cpp
5 @@ -291,6 +291,10 @@ void DUIterator_Last::verify_step(uint n
6 #pragma GCC diagnostic ignored "-Wuninitialized"
7 #endif
9 +#ifdef __GNUC__
10 +#pragma GCC diagnostic ignored "-Wuninitialized"
11 +#endif
13 // Out-of-line code from node constructors.
14 // Executed only when extra debug info. is being passed around.
15 static void init_node_notes(Compile* C, int idx, Node_Notes* nn) {