mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
build system: use compiler-style warning output when updating QRC
Allows editors to pick up on them & "go to next warning/error" type key bindings to work
This commit is contained in:
parent
747c946461
commit
b8549432ef
@ -359,7 +359,7 @@ def update_qrc
|
|||||||
next if seen[icon] || warned[icon]
|
next if seen[icon] || warned[icon]
|
||||||
next if %r{%}.match(icon)
|
next if %r{%}.match(icon)
|
||||||
|
|
||||||
puts "Warning: no double-sized variant found for '#{icon}' (found first in '#{file}:#{line_num}')"
|
puts "#{file}:#{line_num}: warning: no double-sized variant found for '#{icon}'"
|
||||||
warned[icon] = true
|
warned[icon] = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user