提交 153867ad 编写于 作者: M Marbin Tan 提交者: Marbin Tan

gpperfmon: address compiler warning

compiler is complaining about prototype not being there, even if it's
already there. It seems that adding a void into the prototype silences this
compiler warning.
Signed-off-by: NTushar Dadlani <tdadlani@pivotal.io>
上级 607c594a
......@@ -106,7 +106,7 @@ extern int gpdb_exec_search_for_at_least_one_row(const char* QUERY, PGconn* pers
/* Function defs */
static int read_conf_file(char *conffile);
static void gethostlist();
static void gethostlist(void);
static void getconfig(void);
static apr_status_t sendpkt(int sock, const gp_smon_to_mmon_packet_t* pkt);
static apr_status_t recvpkt(int sock, gp_smon_to_mmon_packet_t* pkt, bool loop_until_all_recv);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册