Author: bart
Date: 2008-03-09 13:39:35 +0000 (Sun, 09 Mar 2008)
New Revision: 7612

Log:
Fixed compiler warning.

Modified:
   trunk/exp-drd/drd_intercepts.c


Modified: trunk/exp-drd/drd_intercepts.c
===================================================================
--- trunk/exp-drd/drd_intercepts.c      2008-03-09 13:10:47 UTC (rev 7611)
+++ trunk/exp-drd/drd_intercepts.c      2008-03-09 13:39:35 UTC (rev 7612)
@@ -171,7 +171,7 @@
 #if defined(_CS_GNU_LIBPTHREAD_VERSION)
    /* Linux with a recent glibc. */
    char buffer[256];
-   int len;
+   unsigned len;
    len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer));
    assert(len <= sizeof(buffer));
    return len > 0 && buffer[0] == 'l';


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to