diff options
Diffstat (limited to 'usr/src/ucbcmd/from/Makefile')
-rw-r--r-- | usr/src/ucbcmd/from/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/ucbcmd/from/Makefile b/usr/src/ucbcmd/from/Makefile index 1aff6fc3bf..4471e6379b 100644 --- a/usr/src/ucbcmd/from/Makefile +++ b/usr/src/ucbcmd/from/Makefile @@ -20,8 +20,6 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright (c) 1990 by Sun Microsystems, Inc. # @@ -31,6 +29,8 @@ include ../Makefile.ucbcmd FILEMODE= 755 +CERRWARN += -_gcc=-Wno-parentheses + .KEEP_STATE: all: $(PROG) |