[1/2] msi: Remove an unnecessary warning.

Hans Leidekker hans at codeweavers.com
Fri Oct 1 08:39:02 CDT 2010


---
 dlls/msi/media.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/msi/media.c b/dlls/msi/media.c
index 06cd76d..788528e 100644
--- a/dlls/msi/media.c
+++ b/dlls/msi/media.c
@@ -211,9 +211,6 @@ static INT_PTR CDECL cabinet_open_stream( char *pszFile, int oflag, int pmode )
     UINT r;
     IStream *stm;
 
-    if (oflag)
-        WARN("ignoring open flags 0x%08x\n", oflag);
-
     r = db_get_raw_stream( cab_stream.db, cab_stream.name, &stm );
     if (r != ERROR_SUCCESS)
     {
-- 
1.7.0.4







More information about the wine-patches mailing list