Re: Fwd: xwisp2 1.7.01 on Mac OS 10.4
Manuel Bessler <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Sep 17, 2005 at 05:34:40PM +0200, Easy B wrote: > > xwisp2com.c: In function 'SendReceiveFast': > xwisp2com.c:363: warning: format '%d' expects type 'int', but > argument 3 has type 'size_t' try %ud instead of %d size_t is an unsigned type. Manuel