-DSTRICT warning fixes

Francois Gouget fgouget at free.fr
Sat Jul 28 04:17:45 CDT 2001


-       FIXME("(%x),stub!\n",hrasconn);
+       FIXME("(0x%08lx): stub\n", (DWORD) hrasconn);
[...]

   I think I would rather use %p to print handles. After all they are
pointers, not integers. The annoying aspect of it is that %08p is not
very well supported IIRC. Maybe gcc has been fixed though.

   I forgot to mention it before. But I assume you saw bug #90.


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
 Advice is what we ask for when we already know the answer but wish we didn't
                                 -- Eric Jong





More information about the wine-devel mailing list