forked from ariadne/pkgconf
pkg: pkg_report_graph_error() should be static
parent
fd9f511afa
commit
7d3f234cba
2
pkg.c
2
pkg.c
|
@ -806,7 +806,7 @@ pkg_verify_graph(pkg_t *root, int depth, unsigned int flags)
|
|||
return pkg_traverse(root, NULL, NULL, depth, flags);
|
||||
}
|
||||
|
||||
unsigned int
|
||||
static unsigned int
|
||||
pkg_report_graph_error(pkg_t *pkg, pkg_dependency_t *node, unsigned int eflags)
|
||||
{
|
||||
if (eflags & PKG_ERRF_PACKAGE_NOT_FOUND)
|
||||
|
|
Loading…
Reference in New Issue