Completely useless warning: main is main, right? Is it even checked? But oh well, stub it with unused arguments and hope other gcc version does not complain about _that_. Signed-off-by: Pete Zaitcev <zaitcev@xxxxxxxxxx> --- test/wait-for-listen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/wait-for-listen.c b/test/wait-for-listen.c index 8cfdc56..300ff97 100644 --- a/test/wait-for-listen.c +++ b/test/wait-for-listen.c @@ -83,7 +83,7 @@ static int node_resolve(struct server_node *sn, return -1; } -int main() +int main(int argc, char **argv) { struct server_node snode, *sn = &snode; time_t start_time; -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html