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,11 +170,11 @@
                         return;
                 break;
         default:
                 break;
         }
-        sm_msg("info: ignoring unreachable code.");
+        sm_warning("ignoring unreachable code.");
         print_unreached = 0;
 }
 
 static int is_turn_off(char *name)
 {