fix compile warnings.
This commit is contained in:
parent
1f0413e262
commit
699ee1896f
@ -153,6 +153,7 @@ start_node(void);
|
|||||||
static void
|
static void
|
||||||
start_node_thread(void);
|
start_node_thread(void);
|
||||||
|
|
||||||
|
#if OUTPUT_REDIR
|
||||||
static void
|
static void
|
||||||
open_pipes(int **out_pipe, int **log_pipe);
|
open_pipes(int **out_pipe, int **log_pipe);
|
||||||
|
|
||||||
@ -164,6 +165,7 @@ async_parse_logs(uv_work_t *req);
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
async_parse_logs_after(uv_work_t *req);
|
async_parse_logs_after(uv_work_t *req);
|
||||||
|
#endif
|
||||||
|
|
||||||
extern "C" void
|
extern "C" void
|
||||||
init(Handle<Object>);
|
init(Handle<Object>);
|
||||||
@ -393,6 +395,7 @@ start_node_thread(void) {
|
|||||||
shutdownComplete = true;
|
shutdownComplete = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if OUTPUT_REDIR
|
||||||
/**
|
/**
|
||||||
* parse_logs(int **out_pipe, int **log_pipe)
|
* parse_logs(int **out_pipe, int **log_pipe)
|
||||||
* Differentiate our logs and bitcoind's logs.
|
* Differentiate our logs and bitcoind's logs.
|
||||||
@ -544,6 +547,7 @@ async_parse_logs_after(uv_work_t *req) {
|
|||||||
delete log_data;
|
delete log_data;
|
||||||
delete req;
|
delete req;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* StopBitcoind
|
* StopBitcoind
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user