diff options
Diffstat (limited to 'usr/src/cmd/bc/Makefile')
| -rw-r--r-- | usr/src/cmd/bc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/bc/Makefile b/usr/src/cmd/bc/Makefile index 54e11a7fe0..e910d2cd59 100644 --- a/usr/src/cmd/bc/Makefile +++ b/usr/src/cmd/bc/Makefile @@ -20,8 +20,6 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -37,6 +35,10 @@ CLOBBERFILES= $(LIBB) include ../Makefile.cmd +CERRWARN += -_gcc=-Wno-implicit-function-declaration +CERRWARN += -_gcc=-Wno-parentheses +CERRWARN += -_gcc=-Wno-unused-label + $(XPG6EXOBJS) := CFLAGS += -DXPG6 ROOTLIBB= $(LIBB:%=$(ROOTLIB)/%) $(ROOTLIBB) := FILEMODE = $(LIBFILEMODE) |
