From: Alan T. DeKok Date: Fri, 16 Jun 2017 13:02:17 +0000 (-0400) Subject: more build fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f3e2098e7f0daf27cbe230fd79b8a4d2a2b4e2;p=thirdparty%2Ffreeradius-server.git more build fixes --- diff --git a/src/tests/util/channel_test.c b/src/tests/util/channel_test.c index 2381278a176..bc9b58ec07f 100644 --- a/src/tests/util/channel_test.c +++ b/src/tests/util/channel_test.c @@ -54,9 +54,6 @@ static bool touch_memory = false; /**********************************************************************/ typedef struct rad_request REQUEST; -REQUEST *request_alloc(UNUSED TALLOC_CTX *ctx); -void verify_request(UNUSED char const *file, UNUSED int line, UNUSED REQUEST *request); -void talloc_const_free(void const *ptr); REQUEST *request_alloc(UNUSED TALLOC_CTX *ctx) { diff --git a/src/tests/util/worker_test.c b/src/tests/util/worker_test.c index f51d2b98a99..d89213e25a8 100644 --- a/src/tests/util/worker_test.c +++ b/src/tests/util/worker_test.c @@ -65,9 +65,6 @@ static fr_schedule_worker_t workers[MAX_WORKERS]; /**********************************************************************/ typedef struct rad_request REQUEST; -REQUEST *request_alloc(UNUSED TALLOC_CTX *ctx); -void verify_request(UNUSED char const *file, UNUSED int line, UNUSED REQUEST *request); -void talloc_const_free(void const *ptr); REQUEST *request_alloc(UNUSED TALLOC_CTX *ctx) {