ca2b0a3657
arp/arp_notify.c:132:43: warning: for loop has empty body [-Wempty-body]
prev = curr, curr = curr->nt_flink);
^
sixlowpan/sixlowpan_tcpsend.c:806:31: warning: implicit conversion from 'unsigned int' to 'uint16_t' (aka 'unsigned short') changes value from 4294967295 to 65535 [-Wconstant-conversion]
_SO_TIMEOUT(psock->s_sndtimeo));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Numerous warnings like:
ieee802154_getreq.c:93:3: warning: implicit declaration of function 'memcpy' is invalid in C99 [-Wimplicit-function-declaration]
IEEE802154_EADDRCOPY(eaddr, req.attrval.mac.eaddr);
^
nxfonts/nxfonts_cache.c:839:35: warning: for loop has empty body [-Wempty-body]
fcache = fcache->flink);
bluetooth/bluetooth_finddev.c💯11: warning: implicit declaration of function 'memcmp' is invalid in C99 [-Wimplicit-function-declaration]
if (BLUETOOTH_ADDRCMP(dev->d_mac.radio.nv_addr, match->bf_addr))
^
rwbuffer.c:559:7: warning: variable 'ret' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
if (rwb->rhmaxblocks > 0 && rwb->rhnblocks > 0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
---|---|---|
.. | ||
fs_close.c | ||
fs_dup2.c | ||
fs_dup.c | ||
fs_dupfd2.c | ||
fs_dupfd.c | ||
fs_epoll.c | ||
fs_fcntl.c | ||
fs_fdopen.c | ||
fs_fstat.c | ||
fs_fstatfs.c | ||
fs_fsync.c | ||
fs_getfilep.c | ||
fs_ioctl.c | ||
fs_link.c | ||
fs_lseek.c | ||
fs_mkdir.c | ||
fs_open.c | ||
fs_poll.c | ||
fs_pread.c | ||
fs_pwrite.c | ||
fs_read.c | ||
fs_readlink.c | ||
fs_rename.c | ||
fs_rmdir.c | ||
fs_select.c | ||
fs_sendfile.c | ||
fs_stat.c | ||
fs_statfs.c | ||
fs_truncate.c | ||
fs_unlink.c | ||
fs_write.c | ||
Make.defs |