Commit 474a6db0 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Compile with gcc

parent cb6aea9a
......@@ -44,7 +44,7 @@ static void deflate(nghttp2_hd_deflater *deflater,
static int inflate_header_block(nghttp2_hd_inflater *inflater, uint8_t *in,
size_t inlen, int final);
int main() {
int main(void) {
int rv;
nghttp2_hd_deflater *deflater;
nghttp2_hd_inflater *inflater;
......
......@@ -37,7 +37,7 @@ static int init_suite1(void) { return 0; }
static int clean_suite1(void) { return 0; }
int main() {
int main(void) {
CU_pSuite pSuite = NULL;
unsigned int num_tests_failed;
......
......@@ -47,7 +47,7 @@ static int init_suite1(void) { return 0; }
static int clean_suite1(void) { return 0; }
int main() {
int main(void) {
CU_pSuite pSuite = NULL;
unsigned int num_tests_failed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment