Fix gcc -Wwrite-strings warnings in various extensions

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
Alan Coopersmith
2011-11-04 23:21:34 -07:00
parent 232f1ddf3d
commit 05f589d464
16 changed files with 32 additions and 32 deletions

View File

@@ -41,7 +41,7 @@ extern _X_EXPORT void
AssignTypeAndName (
DeviceIntPtr /* dev */,
Atom /* type */,
char * /* name */
const char * /* name */
);
#endif /* EXTINIT_H */