There are some C language features that cannot be represented in a Simulink model or that it is unclear how to support them. Some of these include:
The list of specific known limitations are included in the sections below.
Addressing general limitations might depend on the underlying unsupported C language feature. In most cases, the solution will be to refactor the code to extract out the part of code with the unsupported constructs. It is also possible to temporarily omit conversion for the enclosing function by setting it's conversion type to "Don't Convert". If the function is called from other places, then Modelify will create a stub model which will allow a successful conversion of caller functions.
For each specific known limitation, there is a corresponding help page that indicates a possible solution or workaround. See Worklist Item Help Pages.