=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: windowscodecs: Remove dead assignment (clang).

Alexandre Julliard julliard at winehq.org
Tue Jan 31 15:42:52 CST 2017


Module: wine
Branch: master
Commit: 376b0756f4cf7c26b742f8d0779ff331566feaa1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=376b0756f4cf7c26b742f8d0779ff331566feaa1

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Jan 30 23:11:03 2017 +0100

windowscodecs: Remove dead assignment (clang).

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/windowscodecs/info.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/windowscodecs/info.c b/dlls/windowscodecs/info.c
index 84b80bc..6ddfdda 100644
--- a/dlls/windowscodecs/info.c
+++ b/dlls/windowscodecs/info.c
@@ -2341,7 +2341,6 @@ HRESULT WINAPI WICConvertBitmapSource(REFWICPixelFormatGUID dstFormat, IWICBitma
                             IWICFormatConverter_Release(converter);
                             converter = NULL;
                         }
-                        res = S_OK;
                     }
                 }
 




More information about the wine-cvs mailing list