From: Russ Cox Date: Thu, 4 Dec 2008 22:59:38 +0000 (-0800) Subject: don't warn anymore about missing imports X-Git-Tag: weekly.2009-11-06~2572 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=afa64240780505451cc1265948f048c231725bf3;p=gostls13.git don't warn anymore about missing imports (happens legitimately in c and assembly objects). R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=20497 CL=20499 --- diff --git a/src/cmd/ar/ar.c b/src/cmd/ar/ar.c index 7c4b7fc504..05f4b6d652 100644 --- a/src/cmd/ar/ar.c +++ b/src/cmd/ar/ar.c @@ -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: