<HTML><HEAD><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></HEAD><BODY>
<div style="">GCC 4.6 shows a couple warnings on llvm-x86_64-ubuntu:
<div><br>
</div>
<div><a href="http://lab.llvm.org:8011/builders/llvm-x86_64-ubuntu/builds/68/steps/compile/logs/warnings%20%283%29">http://lab.llvm.org:8011/builders/llvm-x86_64-ubuntu/builds/68/steps/compile/logs/warnings%20%283%29</a></div>
<div><span class="x_Apple-style-span" style="font-family:Times">
<pre style="font-family:'Courier New',courier,monotype,monospace"><span class="x_stdout" style="font-family:'Courier New',courier,monotype,monospace; color:black">ARMAsmParser.cpp:1979:11: warning: variable ‘ExprLoc’ set but not used [-Wunused-but-set-variable]
ARMDisassembler.cpp:1241:12: warning: variable ‘idx_mode’ set but not used [-Wunused-but-set-variable]</span></pre>
</span>
<div>The attached patch addresses them.</div>
</div>
<div><br>
</div>
<div>It's possible that the code removed had some future purpose.</div>
<div><br>
</div>
<div>Cheers,</div>
<div><br>
<div>Joe Abbey<br>
Software Architect<br>
Arxan Technologies, Inc.<br>
1305 Cumberland Ave, Ste 215<br>
West Lafayette, IN 47906</div>
<div><a href="mailto:jabbey@arxan.com">jabbey@arxan.com</a></div>
<div><a href="http://www.arxan.com">www.arxan.com</a> </div>
</div>
</div>
<div style="">
<div></div>
</div>
</BODY></HTML>