diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2006-11-11 01:12:24 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:55 +0200 |
commit | 571472f6ac1e63fda8ef49e44b83334ad5431aff (patch) | |
tree | 7459015d016840c8f85a39a987907f6b1f11c0fe /ChangeLog | |
parent | 3d98b08858cb57bae632b4800c3e0fcff3f04fa9 (diff) |
2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ 2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org> - 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. |