diff options
Diffstat (limited to 'bugscan.rb')
-rw-r--r-- | bugscan.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ $bug_matches = { "-unsafe-string is not available." => "err_ocamlunsafestring", # e.g. mp3packer "multiple definition of" => "err_multipledefinition", "scalar and rank-1" => "err_fortranscalarandrank", - "ISO C\+\+17 does not allow dynamic exception specifications" => "err_dynamicexception", # e.g. advancecomp + "ISO C\\+\\+17 does not allow dynamic exception specifications" => "err_dynamicexception", # e.g. advancecomp "contains a standard '/usr/lib" => "err_rpath", # e.g. gnokii "'check-rpaths' detected a broken RPATH OR RUNPATH" => "err_rpath", # e.g. lame "Failed to load XMvn configuration" => "err_wmvnconfig", # e.g. junitperf |