Hi
What option needs to be given to compiler to generate warning over this code
switch (case_enum) { case 1: // missing break case 2: break; };
Thanks
I don't know about Clang v6.15, but there might be a Lint/MISRA option for this.