mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
Revert "Use fallthrough() to placate compiler"
This reverts commit 8a7c6009fb
.
This commit is contained in:
parent
5829bbd9ed
commit
72fd205bcf
@ -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])
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user