From 0b9de9e69e95872dd3eddbe5c1602e42c27c53e1 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Fri, 9 Jan 2009 19:18:36 -0200 Subject: Compile warning fixes. This uses XORG_CHANGELOG macro to properly work with the "git-log" to "git log" change (required to pass "make distcheck"), uses the XORG_CWARNFLAGS macro. Most gcc 4.3 and sparse warnings corrected. --- include/X11/Xaw/TextP.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/X11/Xaw/TextP.h b/include/X11/Xaw/TextP.h index 0edbdd2..d058e8b 100644 --- a/include/X11/Xaw/TextP.h +++ b/include/X11/Xaw/TextP.h @@ -73,6 +73,8 @@ _XFUNCPROTOBEGIN extern XtActionsRec _XawTextActionsTable[]; extern Cardinal _XawTextActionsTableCount; +extern char _XawDefaultTextTranslations[]; + #define XawLF 0x0a #define XawCR 0x0d #define XawTAB 0x09 -- cgit v1.2.1