Task #123925 - fixed.err

back to task #123925
download
Error: CPPCHECK_WARNING (CWE-398):
avahi-0.9.rc4/avahi-core/browse.c:163: style[constParameterPointer]: Parameter 'key' can be declared as pointer to const
#  161|       AvahiProtocol protocol,
#  162|       AvahiLookupFlags flags,
#  163|->     AvahiKey *key) {
#  164|   
#  165|       AvahiSRBLookup *l;