diff options
author | julian <julian@FreeBSD.org> | 2002-02-27 09:16:00 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2002-02-27 09:16:00 +0000 |
commit | fddda3307dd74c84941a41b9226b67ad3a2f1a99 (patch) | |
tree | 55c4a16c2cbab0c4e6582de3df6f87ca6ae41b8e /sys/boot | |
parent | 3df0f7614526bf04b83f28add384b66ef295b55b (diff) | |
download | FreeBSD-src-fddda3307dd74c84941a41b9226b67ad3a2f1a99.zip FreeBSD-src-fddda3307dd74c84941a41b9226b67ad3a2f1a99.tar.gz |
Fix warnings that have become fatal
1/ conditionalise (#if 0) function that is not used.
Unused code left in place for netBSD compatibility.
2/ Recode loop to convince gcc that it does initialise a variable
(use do-while instead of for() so gcc knows that we always go through
at least once. Feel free to check my logic.
Diffstat (limited to 'sys/boot')
0 files changed, 0 insertions, 0 deletions