]> Zhao Yanbai Git Server - minix.git/commit
Fix warnings trivial warnings.
authorLionel Sambuc <lionel@minix3.org>
Tue, 11 Dec 2012 17:42:21 +0000 (18:42 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 14 Jan 2013 10:44:31 +0000 (11:44 +0100)
commit0ac803292ebf8b409d2c55654fc671cc998f47ce
tree78c6e18f8855640f37bfb4e440b69640bc25986f
parent77399bd6495fd9ac5520ea898a8aeaf50032feb8
Fix warnings trivial warnings.

Fix warnings about:
 . Unused variables
 . format mismatch in printf/scanf format string and arguments
 . Missing parenthesis around assignment as truth values
 . Clang warnings anout unknown GCC pragma
65 files changed:
commands/ash/bltin/expr.c
commands/ash/jobs.c
commands/ash/miscbltin.c
commands/ash/output.c
commands/backup/backup.c
commands/cmp/cmp.c
commands/compress/compress.c
commands/fdisk/fdisk.c
commands/fetch/fetch.c
commands/format/format.c
commands/fortune/fortune.c
commands/fsck.mfs/fsck.c
commands/ftp101/file.c
commands/ftp101/local.c
commands/ftp101/xfer.c
commands/host/host.c
commands/lpd/lpd.c
commands/ls/ls.c
commands/mt/mt.c
commands/partition/partition.c
commands/ps/ps.c
commands/ramdisk/ramdisk.c
commands/rawspeed/rawspeed.c
commands/rcp/rcp.c
commands/remsync/remsync.c
commands/rlogin/rlogin.c
commands/rsh/rsh.c
commands/sleep/sleep.c
commands/synctree/synctree.c
commands/syslogd/syslogd.c
commands/tcpd/tcpd.c
commands/tcpdp/tcpd.c
commands/tcpstat/tcpstat.c
commands/telnet/ttn.c
commands/telnetd/main.c
commands/telnetd/telnet.c
commands/telnetd/telnetd.h
commands/telnetd/wtmp.c
commands/udpstat/udpstat.c
commands/uud/uud.c
commands/uue/uue.c
commands/write/write.c
commands/writeisofs/writeisofs.c
commands/xargs/xargs.c
commands/zmodem/rbsb.c
commands/zmodem/rz.c
commands/zmodem/sz.c
commands/zmodem/zm.c
commands/zmodem/zmodem.h
lib/libc/gen/minix/times.c
lib/libc/gen/minix/uname.c
lib/libc/gen/minix/wait.c
lib/libc/gen/minix/waitpid.c
lib/libpuffs/puffs.c
lib/librmt/rmtlib.c
sbin/fsck/preen.c
servers/vm/alloc.c
sys/sys/cdefs.h
usr.bin/gzip/gzip.c
usr.bin/top/top.c
usr.bin/xinstall/xinstall.c
usr.sbin/mkproto/mkproto.c
usr.sbin/mtree/compare.c
usr.sbin/mtree/create.c
usr.sbin/mtree/verify.c