google-code-export / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

gcc 4.3.1 compilation error #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Thanks a lot for the fix !
The trunk has been updated.

Original comment by sou...@gmail.com on 20 Jun 2008 at 7:41

GoogleCodeExporter commented 9 years ago

Original comment by sou...@gmail.com on 27 Nov 2008 at 10:16