diff options
Diffstat (limited to 'usr/src/cmd/oawk/Makefile')
| -rw-r--r-- | usr/src/cmd/oawk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/oawk/Makefile b/usr/src/cmd/oawk/Makefile index 1b148cf0de..0ca6be8064 100644 --- a/usr/src/cmd/oawk/Makefile +++ b/usr/src/cmd/oawk/Makefile @@ -23,6 +23,7 @@ # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. include ../Makefile.cmd @@ -69,6 +70,9 @@ CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-extra CERRWARN += -_gcc=-Wno-parentheses +# missing type declarations +SMATCH = off + .KEEP_STATE : all : $(PROG) $(TXTS) |
