<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br></div><div class="gmail_extra">Back to my installation, I encountered this error when I &quot;make&quot; FS:</div><div class="gmail_extra"><div class="gmail_extra"><br></div><div class="gmail_extra">CC       ftmod_r2_la-ftmod_r2.lo</div><div class="gmail_extra">src/ftmod/ftmod_r2/ftmod_r2.c: In function &#39;ftdm_r2_on_dnis_digit_<wbr>received&#39;:</div><div class="gmail_extra">src/ftmod/ftmod_r2/ftmod_r2.c:<wbr>1024:18: error: variable &#39;r2data&#39; set but not used [-Werror=unused-but-set-<wbr>variable]</div><div class="gmail_extra">  ftdm_r2_data_t *r2data;</div></div><div class="gmail_extra"><br></div><div class="gmail_extra">I did &quot;boostrap.sh&quot; and &quot;./configure --enable-core-odbc-support --enable-core-pgsql-support&quot;. I also tried adding this configure flag &quot;--enable-64&quot;.  Whats wrong?</div></div></blockquote><div><br></div><div>This is just a warning that is being treated as an error.</div><div><br></div><div>I pushed this fix: <a href="https://freeswitch.org/stash/projects/FS/repos/freeswitch/commits/7b9184e94fe57e0921974a70697c6d5760f717ba">https://freeswitch.org/stash/projects/FS/repos/freeswitch/commits/7b9184e94fe57e0921974a70697c6d5760f717ba</a></div><div><br></div><div>You can try cherry-picking this into your 1.6 branch (git cherry-pick 7b9184e94fe57e0921974a70697c6d5760f717ba)</div><div><br></div><div>At some point that fix will find its way into 1.6, but not sure how often master is merged into 1.6, so I don&#39;t know when.</div></div></div></div>