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 --- indicators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indicators.h') diff --git a/indicators.h b/indicators.h index 35ae38a..8e7884d 100644 --- a/indicators.h +++ b/indicators.h @@ -62,7 +62,7 @@ extern LEDInfo *AddIndicatorMap(LEDInfo * /* oldLEDs */ , extern int SetIndicatorMapField(LEDInfo * /* led */ , XkbDescPtr /* xkb */ , - char * /* field */ , + const char * /* field */ , ExprDef * /* arrayNdx */ , ExprDef * /* value */ ); -- cgit v1.2.3