From a744e2346f0eb2d9be23d43f37651c0454fc4601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 5 Nov 2010 20:01:06 +0000 Subject: [PATCH] Resolves: rhbz#648740 thousands of trailing empty rules spew --- backport.warnings.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 backport.warnings.patch diff --git a/backport.warnings.patch b/backport.warnings.patch new file mode 100644 index 0000000..36d62ed --- /dev/null +++ b/backport.warnings.patch @@ -0,0 +1,16 @@ +Index: src/hunspell/hashmgr.cxx +=================================================================== +RCS file: /cvsroot/hunspell/hunspell/src/hunspell/hashmgr.cxx,v +retrieving revision 1.9 +retrieving revision 1.10 +diff -u -r1.9 -r1.10 +--- src/hunspell/hashmgr.cxx 12 Oct 2010 13:46:14 -0000 1.9 ++++ src/hunspell/hashmgr.cxx 5 Nov 2010 16:31:44 -0000 1.10 +@@ -492,7 +492,6 @@ + int HashMgr::decode_flags(unsigned short ** result, char * flags, FileMgr * af) { + int len; + if (*flags == '\0') { +- HUNSPELL_WARNING(stderr, "error: line %d: bad flagvector\n", af->getlinenum()); + *result = NULL; + return 0; + }