Task #95240 - added.err

back to task #95240
download
Error: CPPCHECK_WARNING (CWE-398):
avahi-0.9.rc2/avahi-core/iface-linux.c:187: style[variableScope]: The scope of the variable 'deprecated' can be reduced.
#  185|           int raddr_valid = 0, rlocal_valid = 0;
#  186|           uint32_t flags = ifaddrmsg->ifa_flags;  /* may be overridden by IFA_FLAGS */
#  187|->         int addr_changed = 0, global_scope, deprecated;
#  188|   
#  189|           /* We are only interested in IPv4 and IPv6 */

Error: CPPCHECK_WARNING (CWE-398):
avahi-0.9.rc2/avahi-core/iface-linux.c:187: style[variableScope]: The scope of the variable 'global_scope' can be reduced.
#  185|           int raddr_valid = 0, rlocal_valid = 0;
#  186|           uint32_t flags = ifaddrmsg->ifa_flags;  /* may be overridden by IFA_FLAGS */
#  187|->         int addr_changed = 0, global_scope, deprecated;
#  188|   
#  189|           /* We are only interested in IPv4 and IPv6 */