summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-11-26 19:05:01 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2019-11-26 19:06:49 -0500
commit197e9d055f3cd351ae73551955ff463294b965bf (patch)
tree25d8a525fa6ccf30cf7b09e3f7e7879551318ab5 /include
parent9f5025729992607eaac987f7f82208018af84fb6 (diff)
compiler-warning fixes for const-mismatches, no object-change
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'include')
-rw-r--r--include/X11/Xaw/List.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xaw/List.h b/include/X11/Xaw/List.h
index 2df3588..663b17f 100644
--- a/include/X11/Xaw/List.h
+++ b/include/X11/Xaw/List.h
@@ -167,7 +167,7 @@ _XFUNCPROTOBEGIN
void XawListChange
(
Widget w,
- char **list,
+ _Xconst char **list,
int nitems,
int longest,
#if NeedWidePrototypes