Print this page
new smatch

@@ -182,11 +182,11 @@
 {
         struct symbol *type;
         struct smatch_state *state;
         char *name;
         struct symbol *sym;
-        int ret;
+        int ret = 1;
 
         type = get_type(expr);
         if (!type)
                 return 0;