summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-03-15 22:03:21 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-03-15 22:03:21 -0700
commitb2cc5905a4a6d519957223e8ba2caef71520040c (patch)
tree283984c2662ed488b46143fc7c378a29e8df465f
parent62d42953893f93a98db0504eaf06d650ceaf5811 (diff)
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 <alan.coopersmith@oracle.com>
-rw-r--r--src/Xrm.c2
1 files changed, 1 insertions, 1 deletions
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)
{