re: msxml3: Fix printing NULL strings

2011-09-18 Thread Francois Gouget
On Sun, 18 Sep 2011, Dan Kegel wrote: [...] > $ ccache gcc -c -I. -I. -I../../include -I../../include > -I/usr/include/libxml2 -I/usr/include/libxml2 -D__WINESRC__ > -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing > -Wdeclaration-after-statement -Wempty-body -Wstrict-prot

re: msxml3: Fix printing NULL strings

2011-09-18 Thread Dan Kegel
Hi Francois, your patch has a signedness problem which makes -Werror unhappy. (We could disable signedness warnings, but since we don't currently have any, it's nice to keep them out of the tree...) Here's the log from the buildbot: $ ccache gcc -c -I. -I. -I../../include -I../../include -I/usr/