diff options
Diffstat (limited to 'usr/src/cmd/id')
| -rw-r--r-- | usr/src/cmd/id/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/id/Makefile b/usr/src/cmd/id/Makefile index e81b8c03e2..e6c3eef31a 100644 --- a/usr/src/cmd/id/Makefile +++ b/usr/src/cmd/id/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. # @@ -31,6 +29,9 @@ XPG4PROG= id include ../Makefile.cmd +CERRWARN += -_gcc=-Wno-parentheses +CERRWARN += -_gcc=-Wno-uninitialized + .KEEP_STATE: CFLAGS += $(CCVERBOSE) |
