Fix GCC warnings in c2xml
commit7f033045bd2141e57d585b695f0670d0fd55aa3a
authorJosh Triplett <josh@freedesktop.org>
Sat, 14 Jul 2007 20:01:48 +0000 (14 13:01 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sat, 14 Jul 2007 20:01:48 +0000 (14 13:01 -0700)
treef1491ac8f8980c125c88823c6636a5510e1708e2
parentc8d633e1b79b6f87284335c76a1c1418d9b48fad
Fix GCC warnings in c2xml

Deal with xmlChar versus char issues by using BAD_CAST and helper functions.
Remove unused variables.  Include expression.h for struct position.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
c2xml.c