Task #114915 - added.err

back to task #114915
download
Error: CPPCHECK_WARNING (CWE-398):
avahi-0.9.rc4/avahi-core/socket.c:590: style[variableScope]: The scope of the variable 'u' can be reduced.
#  588|           uint8_t cmsg_data[CMSG_SPACE(sizeof(struct in6_pktinfo))];
#  589|           struct cmsghdr hdr;
#  590|->     } u;
#  591|   
#  592|       assert(fd >= 0);