Re: [PATCH] Initialize m_hFile in FileMapping constructor.

2012-03-23 Thread Catalin Iacob
On Fri, Mar 23, 2012 at 9:00 AM, Stephan Bergmann wrote: > That looks like a compiler error.  Have you tried with a plain > (non-OpenSUSE) GCC 4.6.2, too?  (What's also odd is the mention of > "lockbyte.css" -- is that a typo of yours, or is that a temporary file that > specific compiler generates

Re: [PATCH] Initialize m_hFile in FileMapping constructor.

2012-03-23 Thread Caolán McNamara
On Fri, 2012-03-23 at 09:00 +0100, Stephan Bergmann wrote: > That looks like a compiler error. Have you tried with a plain > (non-OpenSUSE) GCC 4.6.2, too? (What's also odd is the mention of > "lockbyte.css" -- is that a typo of yours, or is that a temporary file > that specific compiler gener

Re: [PATCH] Initialize m_hFile in FileMapping constructor.

2012-03-23 Thread Stephan Bergmann
On 03/22/2012 10:32 PM, Catalin Iacob wrote: From 78d778a79cfe2292d03ac30bee825147cc56ead9 Mon Sep 17 00:00:00 2001 From: Catalin Iacob Date: Wed, 14 Mar 2012 23:35:49 +0100 Subject: [PATCH] Initialize m_hFile in FileMapping constructor. GCC gives the following warning which breaks compilation w