Fixed building by Clang.

This commit is contained in:
Igor Sysoev
2017-07-18 18:04:17 +03:00
parent 9d707800b0
commit 9183ea3f71
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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 {