Avoid spurious warning from clingo (#21731)
There's a spurious warning that occurs whenever a spec being concretized does not depend on a virtual provider under any possible configuration.
This commit is contained in:
parent
acc7169fdc
commit
8aaf31b166
@ -227,6 +227,7 @@ provider_weight(Package, 100)
|
|||||||
provider(Package, Virtual),
|
provider(Package, Virtual),
|
||||||
not default_provider_preference(Virtual, Package, _).
|
not default_provider_preference(Virtual, Package, _).
|
||||||
|
|
||||||
|
#defined possible_provider/2.
|
||||||
#defined provider_condition/3.
|
#defined provider_condition/3.
|
||||||
#defined required_provider_condition/3.
|
#defined required_provider_condition/3.
|
||||||
#defined required_provider_condition/4.
|
#defined required_provider_condition/4.
|
||||||
|
Loading…
Reference in New Issue
Block a user