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
This commit is contained in:
Russ Cox 2008-12-04 14:59:38 -08:00
parent cfb9425460
commit afa6424078

View 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: