diff options
author | Chris Hall <chris.hall@highwayman.com> | 2011-09-02 12:07:01 +0100 |
---|---|---|
committer | Chris Hall <chris.hall@highwayman.com> | 2011-09-02 12:07:01 +0100 |
commit | 3593a823ca0dd92bbe58aa3464d8a371f6f35e70 (patch) | |
tree | 933eadc60f5c9e16dc5d9bf6b3762870a11d1a81 /tests/bgp_capability_test.c | |
parent | 3690074a486cfada568975e287d9cbb9e687501f (diff) | |
download | quagga-3593a823ca0dd92bbe58aa3464d8a371f6f35e70.tar.bz2 quagga-3593a823ca0dd92bbe58aa3464d8a371f6f35e70.tar.xz |
Changed gcc options to -std=c99 and -O2, and tighted warnings.
Some small changes to accomodate same.
Diffstat (limited to 'tests/bgp_capability_test.c')
-rw-r--r-- | tests/bgp_capability_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |