From 3593a823ca0dd92bbe58aa3464d8a371f6f35e70 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 2 Sep 2011 12:07:01 +0100 Subject: Changed gcc options to -std=c99 and -O2, and tighted warnings. Some small changes to accomodate same. --- tests/bgp_capability_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/bgp_capability_test.c') diff --git a/tests/bgp_capability_test.c b/tests/bgp_capability_test.c index cae9a12d..85c4da4d 100644 --- a/tests/bgp_capability_test.c +++ b/tests/bgp_capability_test.c @@ -533,6 +533,8 @@ parse_test (struct peer *peer, struct test_segment *t, int type) stream_putw (s, 0); stream_putc (s, BGP_MSG_CAPABILITY);*/ break; + default: + break ; } stream_write (peer->ibuf, t->data, t->len); -- cgit v1.2.3