From c2085bf795ca02e360341e8ab15c18c58ad6a6f8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 8 Nov 2010 00:18:45 +0100 Subject: PCPP: Let '#error token' throw an exception with the message; Note: #warning needs to be quoted when having seperators --- test/junit/com/jogamp/gluegen/pcpptest.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/junit/com/jogamp/gluegen/pcpptest.h') diff --git a/test/junit/com/jogamp/gluegen/pcpptest.h b/test/junit/com/jogamp/gluegen/pcpptest.h index 5a2d25a..e9ba181 100644 --- a/test/junit/com/jogamp/gluegen/pcpptest.h +++ b/test/junit/com/jogamp/gluegen/pcpptest.h @@ -125,6 +125,8 @@ int TEST_F_VAL2; int TEST_G_VAL; +#warning "Test warning with quotes - they must have quotes" + #ifdef __cplusplus } #endif -- cgit v1.2.3