Avoid compiler warning

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23025 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-06-03 19:34:12 +00:00
parent a4a7fb8f81
commit 8398e8a74c

View file

@ -527,7 +527,7 @@ default_lookup (NSZone *zone, void *ptr)
static struct NSZoneStats
default_stats (NSZone *zone)
{
struct NSZoneStats dummy;
struct NSZoneStats dummy = {0,0,0,0,0};
/* We can't obtain statistics from the memory managed by objc_malloc(). */
[NSException raise: NSGenericException