Raise WARNS to 6:
authorChris Pressey <cpressey@dragonflybsd.org>
Wed, 2 Feb 2005 07:00:47 +0000 (07:00 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Wed, 2 Feb 2005 07:00:47 +0000 (07:00 +0000)
commit4513e5f373693f2d257f94c97ac8870c47ecbde8
treec0f79c1b44cd64e8abce617f1c37b76a44db007a
parent064059a33ceb5b5cc79aae43e5afb7e5228aca47
Raise WARNS to 6:

- Use fully specified structures for constant array initializers.
- Declare local functions as static.
- Add/remove prototypes as needed.
- Remove ``register'' keywords.
- Rename local variables where they shadow the names of globals.

Submitted-by: Larry Lansing <lansil_at_fuzzynerd_dot_com>
Additional-tweaks-by: cpressey
sbin/savecore/Makefile
sbin/savecore/savecore.c