valgrind: r10936 - trunk/coregrind

View: New views
1 Messages — Rating Filter:   Alert me  

valgrind: r10936 - trunk/coregrind

by svn-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: bart
Date: 2009-11-10 15:11:30 +0000 (Tue, 10 Nov 2009)
New Revision: 10936

Log:
Fixed a compiler warning.

Modified:
   trunk/coregrind/vg_preloaded.c


Modified: trunk/coregrind/vg_preloaded.c
===================================================================
--- trunk/coregrind/vg_preloaded.c 2009-11-10 15:10:13 UTC (rev 10935)
+++ trunk/coregrind/vg_preloaded.c 2009-11-10 15:11:30 UTC (rev 10936)
@@ -90,7 +90,7 @@
     VALGRIND_DO_CLIENT_REQUEST(res, 0,
                                VG_USERREQ__ADD_IFUNC_TARGET,
                                fn.nraddr, result, 0, 0, 0);
-    return result;
+    return (void*)result;
 }
 
 #elif defined(VGO_darwin)


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@...
https://lists.sourceforge.net/lists/listinfo/valgrind-developers