Fix switch fallthrough warnings/errors
This commit is contained in:
@@ -62,6 +62,7 @@ copy_type (const char *from, const char *to, const Type *t, int preserve)
|
||||
copy_primitive ("heim_integer", from, to);
|
||||
break;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
case TBoolean:
|
||||
case TEnumerated :
|
||||
fprintf(codefile, "*(%s) = *(%s);\n", to, from);
|
||||
|
Reference in New Issue
Block a user