build system: ignore one more translatable string in c-format checks

This commit is contained in:
Moritz Bunkus 2016-07-10 17:45:09 +02:00
parent af4e38b9dd
commit e1862cbc3a

View File

@ -4,6 +4,7 @@ require 'digest/sha1'
class FormatStringVerifier
@@errors_to_ignore = {
"313e42fc" => true,
"d2820b11" => true,
"f3230d7f" => true,
}