Merge pull request #586 from jamessan/gcc-7-fix

Comment the intentional fallthrough to default from _fixed_trail_again
This commit is contained in:
Takatoshi Kondo 2017-04-17 17:22:54 +09:00 committed by GitHub
commit 20ef1f925b

View File

@ -236,6 +236,7 @@ msgpack_unpack_func(int, _execute)(msgpack_unpack_struct(_context)* ctx, const c
_fixed_trail_again:
++p;
// fallthrough
default:
if((size_t)(pe - p) < trail) { goto _out; }