From 571472f6ac1e63fda8ef49e44b83334ad5431aff Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 11 Nov 2006 01:12:24 +0000 Subject: 2006-11-11 Samuel Thibault Fix ``assignment used as truth value'' warnings. * device/cons.c (cninit): Add parenthesis. * kern/bootstrap.c (copy_bootstrap): Likewise. * kern/printf.c (_doprnt): Likewise. * vm/vm_map.c (vm_map_lookup): Likewise. --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 05bff6e..4b4eee3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ 2006-11-11 Samuel Thibault - Fix a bunch of "unused variable" warnings. + Fix ``assignment used as truth value'' warnings. + * device/cons.c (cninit): Add parenthesis. + * kern/bootstrap.c (copy_bootstrap): Likewise. + * kern/printf.c (_doprnt): Likewise. + * vm/vm_map.c (vm_map_lookup): Likewise. + Fix a bunch of ``unused variable'' warnings. * device/ds_routines.c (ds_device_open): Remove unused `namebuf' variable. * device/kmsg.c (kmsgread): Remove unused `err' variable. -- cgit v1.2.3