We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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