I'm building a PLT using
dialyzer --output_plt lib.plt --build_plt --apps stdlib kernel mnesia ssl public_key crypto erts asn1 inets sasl odbc
It spits out some errors about unknown functions in modules I don't care about. For example:
Compiling some key modules to native code... done in 1m10.81s
Creating PLT lib.plt ...
Unknown functions:
compile:file/2
compile:forms/2
compile:noenv_forms/2
Can I tell dialyzer to ignore these? Should I actually care about them?