Re: OLE32/compobj: gcc 4.0 -Wpointer-sign fixes

2005-07-04 Thread Mike McCormack
Robert Shearman wrote: I don't think there is any need to split the function into two as you can just use 'idstr' directly, instead of 's'. Also, note that this function will soon be converted into using WCHARs, but I don't think that should change anything. One part of the function clearly

Re: OLE32/compobj: gcc 4.0 -Wpointer-sign fixes

2005-07-04 Thread Robert Shearman
Mike McCormack wrote: Index: dlls/ole32/compobj.c === RCS file: /home/wine/wine/dlls/ole32/compobj.c,v retrieving revision 1.154 diff -u -p -r1.154 compobj.c --- dlls/ole32/compobj.c20 Jun 2005 14:18:04 - 1.154 +++