mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +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 %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
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user