Re: [Wireshark-dev] Compile warning turning error in wiretap/camins.c

2014-01-02 Thread Joerg Mayer
On Thu, Jan 02, 2014 at 03:46:33PM +0100, Joerg Mayer wrote: > /home/jmayer/work/wireshark/svn/trunk/wiretap/camins.c: In function > ‘read_block’: > /home/jmayer/work/wireshark/svn/trunk/wiretap/camins.c:118:5: error: passing > argument 3 of ‘file_read’ from incompatible pointer type [-Werror] >

[Wireshark-dev] Compile warning turning error in wiretap/camins.c

2014-01-02 Thread Joerg Mayer
/home/jmayer/work/wireshark/svn/trunk/wiretap/camins.c: In function ‘read_block’: /home/jmayer/work/wireshark/svn/trunk/wiretap/camins.c:118:5: error: passing argument 3 of ‘file_read’ from incompatible pointer type [-Werror] bytes_read = file_read((void *)buf, buf_len, fh); ^ In file i