From b2cc5905a4a6d519957223e8ba2caef71520040c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 15 Mar 2012 22:03:21 -0700 Subject: Remove "register" qualifier that annoys Solaris Studio compiler Fixes warning: "Xrm.c", line 1094: warning: storage class after type is obsolescent Signed-off-by: Alan Coopersmith --- src/Xrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Xrm.c b/src/Xrm.c index 53467aed..d6899d97 100644 --- a/src/Xrm.c +++ b/src/Xrm.c @@ -1091,7 +1091,7 @@ static void GetIncludeFile( static void GetDatabase( XrmDatabase db, - _Xconst register char *str, + _Xconst char *str, _Xconst char *filename, Bool doall) { -- cgit v1.2.3