]> Cypherpunks repositories - gostls13.git/commitdiff
don't warn anymore about missing imports
authorRuss Cox <rsc@golang.org>
Thu, 4 Dec 2008 22:59:38 +0000 (14:59 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 4 Dec 2008 22:59:38 +0000 (14:59 -0800)
(happens legitimately in c and assembly objects).

R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=20497
CL=20499

src/cmd/ar/ar.c

index 7c4b7fc504b499de0dce3a2af66e269c6857eb05..05f4b6d6529f13f51ce5f23a5b831d0138ded6fd 100644 (file)
@@ -670,7 +670,7 @@ scanpkg(Biobuf *b, long size)
                        continue;
                goto foundstart;
        }
-       fprint(2, "ar: warning: no package import section in %s\n", file);
+       // fprint(2, "ar: warning: no package import section in %s\n", file);
        return;
 
 foundstart: