Files
test2/intern/guardedalloc
Joshua Leung 33c68846de Mingw/Windows Compiling Fix
This commit attempts to fix the following error:

intern\guardedalloc\intern\mallocn.c: In function 'rem_memblock':
intern\guardedalloc\intern\mallocn.c:977:48: error: conversion to 'intptr_t' from 'size_t' may change the sign of the result [-Werror=sign-conversion]

From the references I've managed to find, it appears that
the second arg to munmap() should be size_t not intptr_t.
Fortunately though, we don't use this arg anyways atm, so 
this should be quite harmless...
2013-09-01 05:12:36 +00:00
..
2013-09-01 05:12:36 +00:00
2013-06-06 06:02:46 +00:00
2013-09-01 05:12:36 +00:00
2013-08-19 10:51:40 +00:00