Warns cleanup.

This commit is contained in:
David Malone 2001-12-03 20:58:56 +00:00
parent b268886863
commit 1e49c24583
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= hesinfo PROG= hesinfo
WARNS?= 2
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -20,7 +20,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint
static char rcsid[] = static const char rcsid[] =
"$FreeBSD$"; "$FreeBSD$";
#endif /* not lint */ #endif /* not lint */