summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-03-12 04:34:28 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-03-12 04:34:28 -0400
commitfe32434ab1a6a85d222b15e730fed9a5d8a74a2d (patch)
tree1caf59a3eaf29e75ec59a268686c6491f97de61f /include
parentb724cd0d25dffe0091bb101ba8f993d0305844d3 (diff)
downloadxorg-lib-libXt-fe32434ab1a6a85d222b15e730fed9a5d8a74a2d.tar.gz
fix build when XT_GEO_TATTLER is defined
That turns on a debugging feature (activated by a resource setting). Its use of <stdarg.h> was incorrect. Also fix compiler warnings in the related file. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'include')
-rw-r--r--include/X11/IntrinsicI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/X11/IntrinsicI.h b/include/X11/IntrinsicI.h
index 845ab48..6e2396b 100644
--- a/include/X11/IntrinsicI.h
+++ b/include/X11/IntrinsicI.h
@@ -196,6 +196,7 @@ extern void _XtGClistFree(Display *dpy, XtPerDisplay pd);
extern void _XtGeoTab (int);
extern void _XtGeoTrace (
Widget widget,
+ const char *,
...
) _X_ATTRIBUTE_PRINTF(2,3);