Skip to content

Fixed deprecation warnings on Hint Resolve

Ghost User requested to merge (removed):hint-warnings-fix into master

The default value for hint locality is currently "local" in a section and "global" otherwise, but is scheduled to change in a future release. For the time being, adding hints outside of sections without specifying an explicit locality is therefore deprecated.

All of our hints happen to be outside sections, so I specified "Global".

Fixes: #69 (closed)

Edited by Björn Brandenburg

Merge request reports