<div class="markdown_content"><hr />
<p><strong> <a class="alink" href="http://sourceforge.net/p/pure-data/bugs/1168">[bugs:#1168]</a> packOSC: fix some build-warnings</strong></p>
<p><strong>Status:</strong> open<br />
<strong>Group:</strong> v0.46<br />
<strong>Labels:</strong> osc build <br />
<strong>Created:</strong> Sat Nov 08, 2014 01:41 PM UTC by IOhannes m zmölnig<br />
<strong>Last Updated:</strong> Sat Nov 08, 2014 01:41 PM UTC<br />
<strong>Owner:</strong> Martin Peach</p>
<p>the attached patch fixes a number of (minor) issues.</p>
<ul>
<li>
<p>remove a number of unused variables (or move them into the <code>#ifdef block</code> where they are used)</p>
</li>
<li>
<p>cast to <code>unsigned int</code> before printing a <code>size_t</code> (and use <code>%u</code> rather than <code>%i</code>)</p>
</li>
<li>
<p><code>t_int</code> should (despite it's name) only be used for the dsp-chain, not for generic integer types. use <code>int</code> instead; cf <a class="" href="http://lists.puredata.info/pipermail/pd-dev/2014-06/019871.html" rel="nofollow">pd-dev</a></p>
</li>
</ul>
<hr />
<p>Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to <a href="https://sourceforge.net/p/pure-data/bugs">https://sourceforge.net/p/pure-data/bugs/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/pure-data/admin/bugs/options.">https://sourceforge.net/p/pure-data/admin/bugs/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>