summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-01-28 21:21:35 +0000
committerdim <dim@FreeBSD.org>2015-01-28 21:21:35 +0000
commit51dfb55a0065d375570f0929e580f732b3a622a0 (patch)
tree6afef0df0858e79310d282302b118f35a831c107 /usr.sbin/ppp
parentc7d0935d11cf5759953f63cca51149aa15dcb848 (diff)
downloadFreeBSD-src-51dfb55a0065d375570f0929e580f732b3a622a0.zip
FreeBSD-src-51dfb55a0065d375570f0929e580f732b3a622a0.tar.gz
Fix the following clang 3.6.0 warnings in pciconf:
usr.sbin/pciconf/pciconf.c:237:12: error: address of array 'p->pd_name' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion] (p->pd_name && *p->pd_name) ? p->pd_name : ~~~^~~~~~~ ~~ usr.sbin/pciconf/pciconf.c:239:12: error: address of array 'p->pd_name' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion] (p->pd_name && *p->pd_name) ? (int)p->pd_unit : ~~~^~~~~~~ ~~ The pd_name field of struct pci_conf is an array, so it can never be null. Remove the unnecessary check.
Diffstat (limited to 'usr.sbin/ppp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud