freebsd-dev/usr.sbin/bsnmpd
Dimitry Andric 3fd49cf90e Fix the following -Werror warning from clang 10.0.0 in bsnmpd:
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c:1235:43: error: overlapping comparisons always evaluate to true [-Werror,-Wtautological-overlap-compare]
                            begemotBridgeStpPortEnable_enabled ||
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~

Work around it by casting the enum values to the type of val->v.integer.

MFC after:	3 days
2020-01-29 21:40:35 +00:00
..
bsnmpd Update Makefile.depend files 2019-12-11 17:37:53 +00:00
gensnmptree DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
modules Fix the following -Werror warning from clang 10.0.0 in bsnmpd: 2020-01-29 21:40:35 +00:00
tools DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
Makefile
Makefile.inc Add a bsnmp package 2015-03-18 13:01:09 +00:00