Not really.<br><br>For the particular case, if I understand correctly, it used to be the case that any functions that are implemented as NIFs have a stub in the .erl source file that throws an exception (if that code was really executed instead of the low level implementation). Is prim_inet:async_acceptor a NIF without such a stub?<div><br>Regards,</div><div>Stavros<br><br>On Wednesday, September 12, 2012 3:59:23 PM UTC+2, Zabrane Mickael wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi guys, Hi Kostis,
<br>
<br>Dialyzer (R15B02, OSX 10.7.4) returns this:
<br>pimco_net.erl:146: Call to missing or unexported function prim_inet:async_acceptor/2
<br>
<br>Is there a way to tell Dialyzer to simply ignore this warning (and any other one coming from "prim_inet") ?
<br>Thanks
<br>
<br>Regards,
<br>Zabrane
<br>
<br>______________________________<wbr>_________________
<br>erlang-questions mailing list
<br><a href="javascript:" target="_blank" gdf-obfuscated-mailto="UZE20S8S97cJ">erlang-q...@erlang.org</a>
<br><a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a>
<br></blockquote></div>