diff options
author | uqs <uqs@FreeBSD.org> | 2010-02-15 14:32:00 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-02-15 14:32:00 +0000 |
commit | 23cb4f332daf3ebea0bfd612d0371a62b020f57d (patch) | |
tree | fd90d86e939a021ed725082e33fb4f97093678eb /games/random | |
parent | 9dc5fb429afee4ecb101d7bda417cf51336b2716 (diff) | |
download | FreeBSD-src-23cb4f332daf3ebea0bfd612d0371a62b020f57d.zip FreeBSD-src-23cb4f332daf3ebea0bfd612d0371a62b020f57d.tar.gz |
games: make WARNS=6 the default, remove overrides
This also bumps factor, fortune, primes, and random to WARNS=6.
Approved by: ed (Co-mentor)
Diffstat (limited to 'games/random')
-rw-r--r-- | games/random/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/random/Makefile b/games/random/Makefile index 7db5a8f..9136c98 100644 --- a/games/random/Makefile +++ b/games/random/Makefile @@ -4,6 +4,5 @@ PROG= random MAN= random.6 SRCS= random.c randomize_fd.c -WARNS?= 5 .include <bsd.prog.mk> |