summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-12 15:20:03 +0000
committerharti <harti@FreeBSD.org>2005-05-12 15:20:03 +0000
commit85aa055df3630e318491d97b54ede56fd475af16 (patch)
tree1cfa932602155909caac24d4ab4aec4e236d291e /usr.bin/make/Makefile
parent0c5d8337ec86ffcf078fa2d0dbf12822294391b6 (diff)
downloadFreeBSD-src-85aa055df3630e318491d97b54ede56fd475af16.zip
FreeBSD-src-85aa055df3630e318491d97b54ede56fd475af16.tar.gz
Cleanup SuffFindArchDeps() to get rid of two const-warnings.
Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.240)
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 40903eb..bbb03de 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -8,7 +8,7 @@ SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \
lst.c main.c make.c parse.c str.c suff.c targ.c util.c var.c
NO_WERROR=
-WARNS?= 3
+WARNS?= 4
NO_SHARED?= YES
CFLAGS+=-DMAKE_VERSION=\"5200408120\"
OpenPOWER on IntegriCloud