[PATCH] msrle32: Add a FIXME() where one is helpful (Coverity)

Marcus Meissner marcus at jet.franken.de
Fri Jan 15 02:19:00 CST 2010


Hi,

Coverity sees the unimplemented as DEADCODE here, so
mark it at least with a printed FIXME to see when
it ever happens.

Ciao, Marcus
---
 dlls/msrle32/msrle32.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msrle32/msrle32.c b/dlls/msrle32/msrle32.c
index e157027..53c25a5 100644
--- a/dlls/msrle32/msrle32.c
+++ b/dlls/msrle32/msrle32.c
@@ -304,6 +304,7 @@ static INT countDiffRLE4(const WORD *lpP, const WORD *lpA, const WORD *lpB, INT
       INT count2 = 0;
 
       /* FIXME */
+      FIXME("not fully implemented, might result in corrupted images.\n");
 
       if (count2 >= 8)
 	return count;
-- 
1.5.6



More information about the wine-patches mailing list