diff options
author | Sven Gothel <[email protected]> | 2015-03-06 10:18:59 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-06 10:18:59 +0100 |
commit | 43f200428eb595665d6db6edbd5538413f5a977c (patch) | |
tree | e08f1e3248ddd48dce9d969aab3c588571decad3 /src/junit | |
parent | 5f66fafec303de7d7904a499fefb8e3d023b61ae (diff) |
Bug 1134 - Fix regression on OpenSolaris/gcc: Redefine in test1.h (test case)
Diffstat (limited to 'src/junit')
-rw-r--r-- | src/junit/com/jogamp/gluegen/test/junit/generation/test1.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |