diff options
Diffstat (limited to 'usr/src/cmd/tabs/Makefile')
| -rw-r--r-- | usr/src/cmd/tabs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/tabs/Makefile b/usr/src/cmd/tabs/Makefile index c59a187d44..9a5e534cc4 100644 --- a/usr/src/cmd/tabs/Makefile +++ b/usr/src/cmd/tabs/Makefile @@ -20,8 +20,6 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -32,6 +30,8 @@ include ../Makefile.cmd LDLIBS += -lcurses CFLAGS += $(CCVERBOSE) +CERRWARN += -_gcc=-Wno-parentheses +CERRWARN += -_gcc=-Wno-address .KEEP_STATE: |
