Re: [Flightgear-devel] Compiler Warnings => Merge Request

2010-09-28 Thread ThorstenB
Hi, On 2010-09-28, at 01:11, Csaba Halász wrote: > > I fixed the strict-aliasing issues reported by GCC 4.4.1. Affects the > > generic.cxx and multiplaymgr.cxx modules. > > Unfortunately the trick with the union in multiplaymgr.cxx is not > standard C, as far as I know. well, unions are ANSI C. I

Re: [Flightgear-devel] Compiler Warnings => Merge Request

2010-09-27 Thread Csaba Halász
On Tue, Sep 28, 2010 at 12:21 AM, ThorstenB wrote: > Hi, > > I fixed the strict-aliasing issues reported by GCC 4.4.1. Affects the > generic.cxx and multiplaymgr.cxx modules. Unfortunately the trick with the union in multiplaymgr.cxx is not standard C, as far as I know. -- Csaba/Jester ---

Re: [Flightgear-devel] Compiler Warnings => Merge Request

2010-09-27 Thread ThorstenB
Hi, I fixed the strict-aliasing issues reported by GCC 4.4.1. Affects the generic.cxx and multiplaymgr.cxx modules. I created a merge request (let me know if you preferred patches): http://gitorious.org/fg/flightgear/merge_requests/7 cheers, Thorsten -