If we are doing it, we're doing it wrong, here's a fallthrough that should require the fallthrough attribute:
src/core/proto/proto_socks.c- case SOCKS_RESULT_TRUNCATED:src/core/proto/proto_socks.c- if (datalen == n_pullup)src/core/proto/proto_socks.c- return 0;src/core/proto/proto_socks.c- /* FALLTHRU */src/core/proto/proto_socks.c- case SOCKS_RESULT_MORE_EXPECTED:src/core/proto/proto_socks.c- res = 0;src/core/proto/proto_socks.c- break;
I don't think comments count, and even if they do, I can't imagine this spelling being supported :-)
Trac: Resolution: worksforme toN/A Status: closed to reopened