Author: spitzak
Date: 2008-07-15 21:52:58 -0700 (Tue, 15 Jul 2008)
New Revision: 6144
Log:
Fixed another g++ warning


Modified:
   trunk/images/Fl_Guess_Image.cxx

Modified: trunk/images/Fl_Guess_Image.cxx
===================================================================
--- trunk/images/Fl_Guess_Image.cxx     2008-07-16 04:51:50 UTC (rev 6143)
+++ trunk/images/Fl_Guess_Image.cxx     2008-07-16 04:52:58 UTC (rev 6144)
@@ -47,7 +47,7 @@
 public:
   static bool test(const uchar*, unsigned =0) { return 1; };
   static fltk::SharedImage* get(const char*, const uchar* = 0) {
-    return (fltk::SharedImage*) &nosuch_bitmap;
+    return (fltk::SharedImage*)(void*)&nosuch_bitmap;
   };
 };
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to