[Issue 22406] importC: Error: 'switch' statement without a 'default'; use 'final switch' or add 'default: assert(0);' or add 'default: break;'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 21 21:39:36 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22406

--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #13209 "Merge stable into master" was merged into
master:

- f60ea8d142081919cab615aa49ee11c6919c2a6f by Iain Buclaw:
  fix Issue 22406 - importC: Error: 'switch' statement without a 'default'; use
'final switch' or add 'default: assert(0);' or add 'default: break;'

https://github.com/dlang/dmd/pull/13209

--


More information about the Digitalmars-d-bugs mailing list