diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-25 11:18:26 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-01 08:55:53 -0700 |
commit | eb9a8904fbef61a57ff01c90627ead57055ed62b (patch) | |
tree | 1cd0de80e0b9db38aa1b33cf4f6c9dc9bc4e2e5f /Xtrans.h | |
parent | 4e610d4bbcf29cca9dc5dbad29ca820996aaa8c7 (diff) |
Add const attributes to fix gcc -Wwrite-strings warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'Xtrans.h')
-rw-r--r-- | Xtrans.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -304,7 +304,7 @@ int TRANS(CreateListener)( ); int TRANS(NoListen) ( - char* /* protocol*/ + const char* /* protocol*/ ); int TRANS(ResetListener)( |