git: kern: Address set-but-unused warnings (mostly)
John Marino
marino at crater.dragonflybsd.org
Tue Feb 10 15:06:23 PST 2015
commit aa85218e6ece3e9a7bad2decc0241a2668597977
Author: John Marino <draco at marino.st>
Date: Wed Feb 11 00:04:33 2015 +0100
kern: Address set-but-unused warnings (mostly)
On of these is an [-Werror=logical-not-parenthesis] error.
This is as far as I can get without implementing %r format again.
Summary of changes:
sys/ddb/db_run.c | 2 +-
sys/kern/kern_clock.c | 4 ++++
sys/kern/kern_descrip.c | 2 +-
sys/kern/kern_dsched.c | 6 +++---
sys/kern/subr_taskqueue.c | 2 --
sys/kern/vfs_bio.c | 2 --
6 files changed, 9 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aa85218e6ece3e9a7bad2decc0241a2668597977
--
DragonFly BSD source repository
More information about the Commits
mailing list