From 759bbd43f0fdc9a96ba1676d7830164bc9954be2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 9 Aug 2013 00:06:01 -0700 Subject: Constify previous_id argument to SmcOpenConnection Clears gcc warning of: sm_client.c: In function 'SmcOpenConnection': sm_client.c:199:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] Signed-off-by: Alan Coopersmith --- include/X11/SM/SMlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/X11') diff --git a/include/X11/SM/SMlib.h b/include/X11/SM/SMlib.h index 9645295..b88ddc0 100644 --- a/include/X11/SM/SMlib.h +++ b/include/X11/SM/SMlib.h @@ -352,7 +352,7 @@ extern SmcConn SmcOpenConnection ( int /* xsmpMinorRev */, unsigned long /* mask */, SmcCallbacks * /* callbacks */, - char * /* previousId */, + const char * /* previousId */, char ** /* clientIdRet */, int /* errorLength */, char * /* errorStringRet */ -- cgit v1.2.3