Revert "Use fallthrough() to placate compiler"

This reverts commit 8a7c6009fb.
This commit is contained in:
Cyrill Gorcunov 2018-02-25 22:25:07 +03:00
parent 5829bbd9ed
commit 72fd205bcf
2 changed files with 1 additions and 3 deletions

View File

@ -215,8 +215,8 @@ static void list_output(const struct out_data *data)
list_out(offset, q);
} else {
p = zero_buffer;
/* fall through */
}
fallthrough();
case OUT_RAWDATA:
{
if (size == 0 && !listdata[0])

View File

@ -233,7 +233,6 @@ int main(int argc, char **argv)
fprintf(stderr, "rdflib: required parameter missing\n");
exit(1);
}
fallthrough();
case 't':
fp = fopen(argv[2], "rb");
if (!fp) {
@ -318,7 +317,6 @@ int main(int argc, char **argv)
case 'r': /* replace module */
argc--;
fallthrough();
case 'd': /* delete module */
if (argc < 4) {
fprintf(stderr, "rdflib: required parameter missing\n");