Commit afa64240 authored by Russ Cox's avatar Russ Cox

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
parent cfb94254
...@@ -670,7 +670,7 @@ scanpkg(Biobuf *b, long size) ...@@ -670,7 +670,7 @@ scanpkg(Biobuf *b, long size)
continue; continue;
goto foundstart; 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; return;
foundstart: foundstart:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment