commit | 2f9c3b1931eb012909e74f3b628e6a31fd446ad1 | [log] [tgz] |
---|---|---|
author | cabo <cabo@tzi.org> | Thu Oct 12 10:34:32 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu Oct 12 10:34:32 2017 +0200 |
tree | f31948b9ce23f6cce9d3a9450ca3c90b4ac73355 | |
parent | aa8157428d2f98b123e32cc44b1e884aadb05f4f [diff] | |
parent | 2e513d9d7a02e4ae74afa638d02d2b724b4fee92 [diff] |
Merge pull request #43 from nmeum/gcc-7.2.0 fix compilation error with gcc 7.2.0
diff --git a/src/cn-get.c b/src/cn-get.c index cc276a5..79d3d72 100644 --- a/src/cn-get.c +++ b/src/cn-get.c
@@ -13,6 +13,7 @@ if (cp->v.uint == (unsigned long)key) { return cp->next; } + break; case CN_CBOR_INT: if (cp->v.sint == (long)key) { return cp->next;