K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-02-03T02:08:55.078259Z K 7 svn:log V 377 Mute -Wsign-compare warnings By definition parse_ascii(..) returns -1 to denote errors, but snmp_client.clen and snmp_client.engine.engine_len are unsigned quantities. Cast their values to signed quantities when doing the compare, and check for -1 (the return code in the error case) instead of <0 Reported by: Jenkins (clang job) Sponsored by: EMC / Isilon Storage Division END