summaryrefslogtreecommitdiffstats
path: root/bugscan.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bugscan.rb')
-rw-r--r--bugscan.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/bugscan.rb b/bugscan.rb
index bda233a..12fa7d8 100644
--- a/bugscan.rb
+++ b/bugscan.rb
@@ -30,6 +30,9 @@ $bug_matches = {
"redefinition of .*struct mount_attr" => "err_mountcompat",
"error: File not found:.*.egg-info" => "err_egginfomissing", # e.g. sword
"error: '.*' is not a member of 'std'" => "err_stdinclude", # e.g. f3d
+ "implicit declaration of( built-in)? function" => "err_implicitdecl", # e.g. bwbasic
+ "error: conflicting types for 'strl" => "err_conflictstrl", # e.g. crash
+
# The following have more specific matches above
"^ File not found:" => "err_packagedfilemissing",