Skip to content

Add file name to the warning message when undefined variable is used

Andrew Shark requested to merge ashark/kdesrc-build:filename_in_warning into master

To check this, add this line to global section:

global
    async ${non-existing-var}
end global

Merge request reports