Task #843 - added.err

back to task #843
download
Error: CPPCHECK_WARNING:
libslirp-4.8.0-build/libslirp-4.8.0/src/mbuf.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
libslirp-4.8.0-build/libslirp-4.8.0/src/mbuf.c:41:9: warning[deadcode.DeadStores]: Value stored to 'last' is never read
#   39|           next = m->m_next;
#   40|   
#   41|->         last = false;
#   42|           while (1) {
#   43|               next2 = m->m_nextpkt;