]> git.mxchange.org Git - simgear.git/commit
Melchior FRANZ:
authorehofman <ehofman>
Fri, 17 Feb 2006 09:23:40 +0000 (09:23 +0000)
committerehofman <ehofman>
Fri, 17 Feb 2006 09:23:40 +0000 (09:23 +0000)
commit606fc352aab2fc5828da69c366c85b27238791a3
treea5cf32419c3718516a8e06411d356b652bbcf568
parent75f817b39c693b2679ebc4b95bf554e65307c067
Melchior FRANZ:

This patch fixes the sound of 737, Concorde and others, if fgfs
was compiled with newer gcc versions (e.g. gcc 4.0.2). These compilers
implement the c++ standard more strictly, and thus don't guarantee
that c-style casted pointers to different data types really point
to the same address. This is only guaranteed for union members.
simgear/math/fastmath.hxx