freebsd-src/contrib/ngatm/snmp_atm
Dimitry Andric 76a8e30c15 MFC r311649:
Fix the following clang 4.0.0 warning in ngatm's snmp_atm.c:

    contrib/ngatm/snmp_atm/snmp_atm.c:173:6: error: logical not is only
    applied to the left hand side of this bitwise operator
    [-Werror,-Wlogical-not-parentheses]
            if (!ifmr.ifm_status & IFM_AVALID) {
                ^                ~

Obviously, the masking needs to be done before the logical not
operation.  Add parentheses to make it so.
2017-01-11 20:45:27 +00:00
..
atm_tree.def
atm.h
BEGEMOT-ATM.txt
snmp_atm.3
snmp_atm.c
snmp_atm.h