Skip to content
Commit 687376bb authored by Colin Walters's avatar Colin Walters
Browse files

Work around usage of XPointer

XLib has historically used "char*" for "generic pointer" but
compliers rightly complain when casting this to a structure.

Work around this by casting to void * and letting the implicit
conversion to a structure type take effect.

https://bugzilla.gnome.org/show_bug.cgi?id=611644
parent 1121990f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment