Print this page
10703 smatch unreachable code checking needs reworking
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

*** 170,180 **** return; break; default: break; } ! sm_msg("info: ignoring unreachable code."); print_unreached = 0; } static int is_turn_off(char *name) { --- 170,180 ---- return; break; default: break; } ! sm_warning("ignoring unreachable code."); print_unreached = 0; } static int is_turn_off(char *name) {