Hans Leidekker : msi: Remove an unnecessary warning.

Alexandre Julliard julliard at winehq.org
Fri Oct 1 11:38:52 CDT 2010


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Oct  1 15:39:02 2010 +0200

msi: Remove an unnecessary warning.

---

 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)
     {




More information about the wine-cvs mailing list