Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uwsgi: fixups for gcc 7.x | Mark Asselstine | 2017-08-24 | 1 | -0/+50 |
Apply several upstream patches to fixup fallthrough switch statements. This fixes build failures such as: | core/hash.c:44:13: error: this statement may fall through [-Werror=implicit-fallthrough=] | h ^= key[2] << 16; | ~~^~~~~~~~~~~~~~~ | core/hash.c:45:7: note: here | case 2: | ^~~~ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |