• D
    ifenslave: Fix unused variable warnings. · 450faacc
    David S. Miller 提交于
    Documentation/networking/ifenslave.c: In function ‘if_getconfig’:
    Documentation/networking/ifenslave.c:508:14: warning: variable ‘mtu’ set but not used [-Wunused-but-set-variable]
    Documentation/networking/ifenslave.c:508:6: warning: variable ‘metric’ set but not used [-Wunused-but-set-variable]
    
    The purpose of this function is to simply print out the values
    it probes, so...
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    450faacc
ifenslave.c 29.3 KB