[PATCH:libXt 2/2] Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conversion)

Thomas Klausner wiz at NetBSD.org
Wed Jul 18 07:45:19 PDT 2012


>From Christos Zoulas <christos at NetBSD.org>

Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
---
 src/TMparse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/TMparse.c b/src/TMparse.c
index d233644..5594cad 100644
--- a/src/TMparse.c
+++ b/src/TMparse.c
@@ -372,8 +372,8 @@ static EventKey events[] = {
 #ifdef DEBUG
 # ifdef notdef
 {"Timer",	    NULLQUARK, _XtTimerEventType,ParseNone,	NULL},
-# endif /* notdef */
 {"EventTimer",	    NULLQUARK, _XtEventTimerEventType,ParseNone,NULL},
+# endif /* notdef */
 #endif /* DEBUG */
 
 /* Event Name,	  Quark, Event Type,	Detail Parser, Closure */
-- 
1.7.11.1



More information about the xorg-devel mailing list