Re: Patch : fixme:msvcrt:MSVCRT__sopen : pmode 0x01a0 ignored

2008-03-25 Thread Juan Lang
> The patch below removes this fixme warning. I beleive that simply removing > the warning is valid in this case because the variable being warned about, > pmode, is not used after the warning. In fact, the only use of this variable > is the FIXME or WARN messages. Don't you think the reason f

Patch : fixme:msvcrt:MSVCRT__sopen : pmode 0x01a0 ignored

2008-03-25 Thread Erik de Castro Lopo
Hi all, My interest in Wine is mainly because it allows me run the test suite for my projects when I use the Linux -> windows MinGW compiler. Currently, the programs in my test suite spit out a lot of fixme warnings like: fixme:msvcrt:MSVCRT__sopen : pmode 0x01a0 ignored I've tracked this d