From: Dale Weiler Date: Sun, 6 Jan 2013 05:14:57 +0000 (+0000) Subject: Screw you clang :-) X-Git-Tag: before-library~363^2~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cc7e1a33638271d1f7406fd8d1d4504ff4a5b287;p=xonotic%2Fgmqcc.git Screw you clang :-) --- diff --git a/correct.c b/correct.c index 6da5a9d..cd2ab2d 100644 --- a/correct.c +++ b/correct.c @@ -126,7 +126,6 @@ #define CORRECT_POOL_SIZE (128*1024*1024) -#define CORRECT_POOL_GETLEN(X) *((size_t*)(X) - 1) /* * A forward allcator for the corrector. This corrector requires a lot * of allocations. This forward allocator combats all those allocations