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:
@@ -41,7 +41,7 @@ extern _X_EXPORT void
|
||||
AssignTypeAndName (
|
||||
DeviceIntPtr /* dev */,
|
||||
Atom /* type */,
|
||||
char * /* name */
|
||||
const char * /* name */
|
||||
);
|
||||
|
||||
#endif /* EXTINIT_H */
|
||||
|
||||
Reference in New Issue
Block a user