<p>...DEBUG macros on non-OpenWRT platforms</p>

<p>this allows CHECK to be safely called in situations like this, which would previously throw errors:</p>

<pre><code>if (foo)
  CHECK(bar, "baz");
else
  CHECK(bar, "baz");
</code></pre>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/opentechinstitute/commotiond debug-check-fixes</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/opentechinstitute/commotiond/pull/102'>https://github.com/opentechinstitute/commotiond/pull/102</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>make CHECK macro calls safer for multistatement operation; dont disable DEBUG macros on non-OpenWRT platforms</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/commotiond/pull/102/files#diff-0">src/debug.h</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/opentechinstitute/commotiond/pull/102.patch'>https://github.com/opentechinstitute/commotiond/pull/102.patch</a></li>
  <li><a href='https://github.com/opentechinstitute/commotiond/pull/102.diff'>https://github.com/opentechinstitute/commotiond/pull/102.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/opentechinstitute/commotiond/pull/102'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/3074564__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxNTM1MDkwMCwiZGF0YSI6eyJpZCI6MzE5MjA1MDd9fQ==--73f79534fb93926f7526b063fb14dadb5ae10b59.gif' height='1' width='1'></p>