From e3e6e938535532bfad175c1635256ab7fb3ac943 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 20 Oct 2013 12:36:31 -0700 Subject: Fix many const char * warnings from gcc Signed-off-by: Alan Coopersmith Reviewed-by: Jasper St. Pierre --- keytypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keytypes.c') diff --git a/keytypes.c b/keytypes.c index da55d75..375ca3e 100644 --- a/keytypes.c +++ b/keytypes.c @@ -879,7 +879,7 @@ SetLevelName(KeyTypeInfo * type, ExprDef * arrayNdx, ExprDef * value) static Bool SetKeyTypeField(KeyTypeInfo * type, XkbDescPtr xkb, - char *field, + const char *field, ExprDef * arrayNdx, ExprDef * value, KeyTypesInfo * info) { ExprResult tmp; -- cgit v1.2.3