From 43f200428eb595665d6db6edbd5538413f5a977c Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 6 Mar 2015 10:18:59 +0100
Subject: Bug 1134 - Fix regression on OpenSolaris/gcc: Redefine in test1.h
 (test case)

---
 src/junit/com/jogamp/gluegen/test/junit/generation/test1.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/junit/com/jogamp')

diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h b/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h
index 50f43b7..1b97437 100644
--- a/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h
+++ b/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h
@@ -36,7 +36,7 @@ typedef void * XID;        // Opaque
 typedef XID    XID_2;      // Opaque, due to XID
 typedef void * AnonBuffer; // Non Opaque
 
-typedef XID    XID_2;                 // Duplicate w/ compatible type (ignored)
+// typedef XID    XID_2;              // Duplicate w/ compatible type (ignored) - OpenSolaris: Native gcc error
 // typedef int    XID_2;              // Duplicate w/ incompatible type ERROR
 
 #define DEFINE_01 1234
-- 
cgit v1.2.3