Closed GoogleCodeExporter closed 9 years ago
patch =================================================================== --- host/host.cpp (revision 1720) +++ host/host.cpp (working copy) @@ -48,7 +48,7 @@ } -static const void *_pGetErrorMessage = &GetErrorMessage; // global variable ! +static const void *_pGetErrorMessage = (const void*)&GetErrorMessage; // global variable ! static bool _unsafeMode = false; // global variable ! extern bool *_pUnsafeMode = &_unsafeMode; // global variable !
Original issue reported on code.google.com by gavril...@gmail.com on 20 Jun 2008 at 6:19
gavril...@gmail.com
Thanks a lot for the fix ! The trunk has been updated.
Original comment by sou...@gmail.com on 20 Jun 2008 at 7:41
sou...@gmail.com
Original comment by sou...@gmail.com on 27 Nov 2008 at 10:16
Original issue reported on code.google.com by
gavril...@gmail.com
on 20 Jun 2008 at 6:19