From 9183ea3f710fe04bbeabed941061cce503eb6968 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 18 Jul 2017 18:04:17 +0300 Subject: [PATCH] Fixed building by Clang. --- src/nxt_application.h | 2 +- src/nxt_work_queue.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nxt_application.h b/src/nxt_application.h index 460ef8ce..73370806 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -100,7 +100,7 @@ typedef struct { } nxt_app_request_t; -typedef struct nxt_app_parse_ctx_s nxt_app_parse_ctx_t; +//typedef struct nxt_app_parse_ctx_s nxt_app_parse_ctx_t; struct nxt_app_parse_ctx_s { nxt_app_request_t r; diff --git a/src/nxt_work_queue.h b/src/nxt_work_queue.h index 9694bfd2..05e222dd 100644 --- a/src/nxt_work_queue.h +++ b/src/nxt_work_queue.h @@ -32,7 +32,7 @@ struct nxt_task_s { * source filters, so the data argument has been introduced and * is used where appropriate. */ -typedef void (*nxt_work_handler_t)(nxt_task_t *task, void *obj, void *data); +//typedef void (*nxt_work_handler_t)(nxt_task_t *task, void *obj, void *data); struct nxt_work_s {