summaryrefslogtreecommitdiffstats
path: root/scripts/build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build')
-rwxr-xr-xscripts/build5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/build b/scripts/build
index d34c7fa9..0e2df590 100755
--- a/scripts/build
+++ b/scripts/build
@@ -747,10 +747,7 @@ def show_warnings(all_filetypes, expected_filetypes)
end]
for name, e in all_expected - all_handled
- if all_handled.include?([name, e.split('/').last.gsub('*', '')])
- next
- end
- if e.include?('*') && all_handled_regexps[name].match?(e)
+ if all_handled_regexps[name].match?(e)
next
end
puts "Missing for #{name}: #{e}"