Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove warning about missing calling convention (#3846)
This warning turned out to be more misleading and spammy than actually useful. For example, it speaks of a "file" when loading just a malloc, and many architectures simply do not have any standardized calling conventions, like 6502 or gb, in which case the analysis is fine without any loaded cc info.
- Loading branch information