iSamsungTV icon indicating copy to clipboard operation
iSamsungTV copied to clipboard

Errors compiling

Open mrohner opened this issue 7 years ago • 0 comments

Hi, Not sure it affects operation but want to make you aware of the errors

gcc -c -O iSamsungTV.c iSamsungTV.c: In function ‘main’: iSamsungTV.c:724:5: warning: implicit declaration of function ‘close’ [-Wimplici t-function-declaration] close(net_socket); ^ In file included from /usr/include/arm-linux-gnueabihf/sys/socket.h:280:0, from iSamsungTV.c:33: In function ‘recv’, inlined from ‘samsungtv_soap_message’ at iSamsungTV.c:264:8: /usr/include/arm-linux-gnueabihf/bits/socket2.h:42:9: warning: call to ‘__recv_c hk_warn’ declared with attribute warning: recv called with bigger length than si ze of destination buffer return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags); ^

mrohner avatar May 06 '17 08:05 mrohner