summaryrefslogtreecommitdiff
path: root/src/XawIm.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-11-25 20:49:28 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2019-11-25 20:51:05 -0500
commit9f5025729992607eaac987f7f82208018af84fb6 (patch)
tree9df698b2ef9c3b9f77dd1170fc7b20b4a799955c /src/XawIm.c
parent4ea048a88a378d05bfef1633bcafae17a757e024 (diff)
downloadxorg-lib-libXaw-9f5025729992607eaac987f7f82208018af84fb6.tar.gz
reduce compiler warnings using casts, no object change
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/XawIm.c')
-rw-r--r--src/XawIm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XawIm.c b/src/XawIm.c
index ae2b48c..786d208 100644
--- a/src/XawIm.c
+++ b/src/XawIm.c
@@ -155,7 +155,7 @@ static XtResource resources[] =
{
{
XtNfontSet, XtCFontSet, XtRFontSet, sizeof(XFontSet),
- Offset (font_set), XtRString, XtDefaultFontSet
+ Offset (font_set), XtRString, (XtPointer)XtDefaultFontSet
},
{
XtNforeground, XtCForeground, XtRPixel, sizeof(Pixel),