<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
dear all,<br>
<br>
as you may have noticed i've been trying to reduce the compile time
warnings. i've tried to be very careful with commenting out variables
and tried to avoid loosing right hand sides that have an effect. <br>
<br>
the prolog code really was the worst: it must have been machine
generated and is full of weird artifacts ---<br>
<br>
<blockquote>foreach (bool l2 in ...)<br>
{<br>
    return;<br>
}<br>
</blockquote>
or <br>
<blockquote>return;<br>
goto c11;<br>
</blockquote>
are among my favourites. i threw the towel there and resorted to
bracketing most of the prolog code with<br>
<blockquote>#pragma warning disable 0168, 0219<br>
...<br>
#pragma warning restore 0168, 0219<br>
</blockquote>
there are very few warnings left now (most notable in LSL_Types). <br>
<br>
everything seems to be still running --- but, of course, it would be
good to give it the once (or twice) over to make sure i didn't
accidentally kill something. if i did, i do apologize.<br>
<br>
    cheers,<br>
    dr scofield/dirk<br>
<pre class="moz-signature" cols="80">-- 
dr dirk husemann ---- virtual worlds research ---- ibm zurich research lab
SL: dr scofield ---- <a class="moz-txt-link-abbreviated" href="mailto:drscofield@xyzzyxyzzy.net">drscofield@xyzzyxyzzy.net</a> ---- <a class="moz-txt-link-freetext" href="http://xyzzyxyzzy.net/">http://xyzzyxyzzy.net/</a>
RL: <a class="moz-txt-link-abbreviated" href="mailto:hud@zurich.ibm.com">hud@zurich.ibm.com</a> - +41 44 724 8573 - <a class="moz-txt-link-freetext" href="http://www.zurich.ibm.com/~hud/">http://www.zurich.ibm.com/~hud/</a>
</pre>
</body>
</html>