Fix warnings
Glib is trying to enable -werror
for the complete build, as it is using xdgmime, I tried to fix a few signedness warnings that can be found in the code (mainly in xdgmimecache.c
).
I am ready to fix anything if needed if it appears that it does not fit the coding style of the original project. Feel free to make any remark about these patches.