src/pkgdep.py
changeset 3476 cc1b291b79d2
parent 3447 c7bfb19c6b1a
--- a/src/pkgdep.py	Wed Dec 07 22:30:36 2016 -0800
+++ b/src/pkgdep.py	Thu Dec 08 11:57:19 2016 -0800
@@ -174,7 +174,7 @@
                     retcode=EXIT_BADOPT)
 
         try:
-                ds, es, ms, pkg_attrs = dependencies.list_implicit_deps(manf,
+                ds, es, ws, ms, pkg_attrs = dependencies.list_implicit_deps(manf,
                     proto_dirs, dyn_tok_conv, run_paths, remove_internal_deps)
         except (actions.MalformedActionError, actions.UnknownActionError) as e:
                 error(_("Could not parse manifest {manifest} because of the "
@@ -200,6 +200,8 @@
         if show_missing:
                 for m in ms:
                         emsg(m)
+        for w in ws:
+                emsg(w)
 
         for e in es:
                 emsg(e)