WARNS6 clean.
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 13 Jan 2005 18:57:56 +0000 (18:57 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 13 Jan 2005 18:57:56 +0000 (18:57 +0000)
commitce07fbbe63d910e5bd28333d84a826886495c33c
tree422d45b19b4ee207c30a95752a644d9135603498
parent84d7598816737764a547a4a1b05b9828649215f5
WARNS6 clean.

Changes:
- removed the (void) cast of functions that don't use a
  return value;
- the envtmp declaration moved into extern.h;
- type of some pointers to constant string changed from
  'char *' to 'char const *';
13 files changed:
usr.bin/ar/Makefile
usr.bin/ar/append.c
usr.bin/ar/ar.c
usr.bin/ar/archive.c
usr.bin/ar/archive.h
usr.bin/ar/contents.c
usr.bin/ar/delete.c
usr.bin/ar/extern.h
usr.bin/ar/extract.c
usr.bin/ar/misc.c
usr.bin/ar/move.c
usr.bin/ar/print.c
usr.bin/ar/replace.c