<div dir="ltr">Given the following code:<div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>-module(foo).</div></div><div><div>-compile(export_all).</div></div><div><div><br></div></div>

<div><div>bar() -></div></div><div><div>  [{foo, hello:world() == bar}],</div></div><div><div>  ok.</div></div></blockquote><div><div><br></div><div>When compiled, it reports:</div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">

<div><div><div>foo.erl:5: Warning: a term is constructed, but never used</div></div></div><div><div><div>foo.erl:5: Warning: use of operator '=:=' has no effect</div></div></div></blockquote><div><div><div><br></div>

<div>The second warning is wrong. It must be refer to the operator '==' and not '=:='.</div><div><br></div><div><span style="font-size:13px"><div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><b>José Valim</b></span></div>

<div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><div><span style="font-family:verdana,sans-serif;font-size:x-small"><a href="http://www.plataformatec.com.br/" style="color:rgb(42,93,176)" target="_blank">www.plataformatec.com.br</a></span></div>

<div><span style="font-family:verdana,sans-serif;font-size:x-small">Skype: jv.ptec</span></div><div><span style="font-family:verdana,sans-serif;font-size:x-small">Founder and Lead Developer</span></div></span></div></span></div>

</div>
</div></div>