diff options
Diffstat (limited to 'usr/src/cmd/bfs/Makefile')
-rw-r--r-- | usr/src/cmd/bfs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/bfs/Makefile b/usr/src/cmd/bfs/Makefile index bc9004cbc0..fe0b1185b7 100644 --- a/usr/src/cmd/bfs/Makefile +++ b/usr/src/cmd/bfs/Makefile @@ -20,8 +20,6 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright (c) 1989 by Sun Microsystems, Inc. # @@ -30,6 +28,9 @@ PROG= bfs include ../Makefile.cmd LDLIBS += -lgen +CERRWARN += -_gcc=-Wno-char-subscripts +CERRWARN += -_gcc=-Wno-parentheses +CERRWARN += -_gcc=-Wno-uninitialized .KEEP_STATE: |