<br><br><div class="gmail_quote">On Mon, Jan 16, 2012 at 2:01 PM, Muhammad Shahzad <span dir="ltr">&lt;<a href="mailto:shaheryarkh@googlemail.com">shaheryarkh@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>I am getting build failure repeatedly due to this annoying -Werror. Each time any warning appears in code, the compilation fails treating it as error, e.g.</div><div><br></div><div><div>/usr/src/svn-src/freeswitch/src/mod/applications/mod_voicemail_ivr/mod_voicemail_ivr.c:57:6: error: variable &#39;argc&#39; set but not used [-Werror=unused-but-set-variable]</div>

<div>cc1: all warnings being treated as errors</div></div></blockquote><br></div>In addition to what Tony said, this is a good reason to report bugs to <a href="http://jira.freeswitch.org">jira.freeswitch.org</a>. Also, just for reference, this particular module is not critical for FreeSWITCH to work - it was contributed by a community member (IRC: moc). Moc has A LOT of practice fixing his errors, so assign the bug to him. ;) <br>
<br>In the meantime you can exclude this module from being built just by editing modules.conf in your freeswitch source directory. In fact, it might be worth it for you to review which modules you are building by default. There may be modules you don&#39;t want or need that you can skip. This will make your builds go faster and you won&#39;t get tripped up by annoying errors on modules that you don&#39;t actually use.<br>
<br>-MC<br>