summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-03-12 11:15:44 +0000
committerdim <dim@FreeBSD.org>2012-03-12 11:15:44 +0000
commitb7ae1f66589c01173a7705c4b7645abb5d6592c3 (patch)
tree74e42a961d15b24a0098f2e0fdb971a32e31616d /libexec/rtld-elf/rtld.c
parentc2c20240edfb27db7219b74681fa5f2038f13246 (diff)
downloadFreeBSD-src-b7ae1f66589c01173a7705c4b7645abb5d6592c3.zip
FreeBSD-src-b7ae1f66589c01173a7705c4b7645abb5d6592c3.tar.gz
After r232548, clang complains about the apparent '=-' operator (a
left-over from ancient C times, and a frequent typo) in growfs.c: sbin/growfs/growfs.c:1550:8: error: use of unary operator that may be intended as compound assignment (-=) [-Werror] blkno =- 1; ^~ Use 'blkno = -1' instead, to silence the error.
Diffstat (limited to 'libexec/rtld-elf/rtld.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud