diff --git a/polymer/eduke32/build/include/nedmalloc.h b/polymer/eduke32/build/include/nedmalloc.h index 4cc30ed9c..44ab695c4 100644 --- a/polymer/eduke32/build/include/nedmalloc.h +++ b/polymer/eduke32/build/include/nedmalloc.h @@ -80,6 +80,10 @@ ACQUIRE_LOCK, RELEASE_LOCK, TRY_LOCK, IS_LOCKED and NULL_LOCK_INITIALIZER. #endif #endif +#ifndef UNREFERENCED_PARAMETER +#define UNREFERENCED_PARAMETER(x) x=x +#endif + #ifndef NO_MALLINFO #define NO_MALLINFO 0 #endif diff --git a/polymer/eduke32/build/src/nedmalloc.c b/polymer/eduke32/build/src/nedmalloc.c index 8b7d149f1..17d0d653b 100644 --- a/polymer/eduke32/build/src/nedmalloc.c +++ b/polymer/eduke32/build/src/nedmalloc.c @@ -33,7 +33,6 @@ DEALINGS IN THE SOFTWARE. /*#define FULLSANITYCHECKS*/ -#include "compat.h" /* For unreferenced Parameter */ #include "nedmalloc.h" #ifdef _WIN32 #include