summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-07-03 09:56:55 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-07-04 13:08:33 -0400
commit5abff2885ddcb9fc1732bf00ebad9bf09e08c2cc (patch)
tree79602c989202e815f2576ae75cce44247f198bb3
parenteeea8a6b2b84ef2a3f50387d1ae99037b692a3f4 (diff)
downloadxorg-lib-libXaw-5abff2885ddcb9fc1732bf00ebad9bf09e08c2cc.tar.gz
add casts to quiet gcc conversion-warnings, no object change
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r--src/Dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Dialog.c b/src/Dialog.c
index 9c98d36..25cd67a 100644
--- a/src/Dialog.c
+++ b/src/Dialog.c
@@ -357,7 +357,7 @@ static void
XawDialogGetValuesHook(Widget w, ArgList args, Cardinal *num_args)
{
Arg a[1];
- String s;
+ char * s;
DialogWidget src = (DialogWidget)w;
unsigned int i;