<div dir="ltr">Hey Michael,<div><br></div><div style>I agree with the change. I&#39;m surprised it didn&#39;t do more than just complain. Feel free to commit whenever.</div><div style><br></div><div style>Thanks,</div><div style>

Doug</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 5, 2013 at 2:36 PM, Michael Duda <span dir="ltr">&lt;<a href="mailto:duda@ucar.edu" target="_blank">duda@ucar.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, All.<br>
<br>
I&#39;d like to make a small change to src/framework/streams.c that will have<br>
no effect on results. The change just involves removing an unused argument,<br>
so that two lines that look like<br>
<br>
   sprintf(fname, &quot;/dev/null&quot;, *id);<br>
<br>
are changed to look like<br>
<br>
   sprintf(fname, &quot;/dev/null&quot;);<br>
<br>
The ifort compiler (13.0.1) pointed out the superfluous argument.<br>
<br>
Michael<br>
_______________________________________________<br>
mpas-developers mailing list<br>
<a href="mailto:mpas-developers@mailman.ucar.edu">mpas-developers@mailman.ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/mpas-developers" target="_blank">http://mailman.ucar.edu/mailman/listinfo/mpas-developers</a><br>
</blockquote></div><br></div>