How can I fix "Problem: Decision to convert to instruction/data is made by IDA."?

I have multiple functions that have this issue. How do I fix it? I’ve checked the idahelp.chm and online documentation but I could not find anything.

Navigation bar:

Text Mode:

Graph Mode:

you have discontinue block after atof_
enter into atof_
and check by ALT+P for noreturn flag

1 Like

Thank you! That solved the issue.

In fact, “Problem” here is a bit of a misnomer; this one is more of an “FYI: IDA did this, maybe double-check if it’s correct”. See Problems List | Hex-Rays Docs