Commit ddbf3c75 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Remove an unnecessary warning.

parent 9cb46791
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment