Print this page
gag lint errors that stem from lint libraries that the omnios build system does not build

@@ -20,12 +20,10 @@
 #
 #
 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident "%Z%%M% %I%     %E% SMI"
-# 
 
 PROG= fiocompress
 
 SBINLINKS= $(PROG)
 

@@ -43,10 +41,11 @@
 
 # definitions for lint
 # until libz is compiled against ON header files (uid/gid)
 LINTFLAGS += -erroff=E_INCONS_ARG_DECL2
 LINTFLAGS += -erroff=E_INCONS_VAL_TYPE_DECL2
+LINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2
 
 all: $(PROG)
 
 $(PROG): $(OBJS)
         $(LINK.c) -o $@ $(OBJS) $(LDLIBS)