<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif; "><div style="color: rgb(0, 0, 0); "><div style="color: rgb(0, 0, 0); ">Line 73 in DelayQueue.hh throws a warning when compiling for macosx.</div></div></div></blockquote><div><br></div>That's odd; it doesn't for me.</div><div><br></div><div><br></div><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif; "><div style="color: rgb(0, 0, 0); "><div style="color: rgb(0, 0, 0); ">I've temporarily surrounded it with but this may not be the cleanest fix:</div><div style="color: rgb(0, 0, 0); "><br></div><div style="color: rgb(0, 0, 0); ">#pragma GCC diagnostic push</div><div style="color: rgb(0, 0, 0); ">#pragma GCC diagnostic ignored "-Wconversion"</div><div style="color: rgb(0, 0, 0); ">  Timeval(time_base_seconds seconds, time_base_seconds useconds) {</div><div style="color: rgb(0, 0, 0); ">    fTv.tv_sec = seconds; fTv.tv_usec = useconds;</div><div style="color: rgb(0, 0, 0); ">  }</div><div style="color: rgb(0, 0, 0); ">#pragma GCC diagnostic pop</div></div></div></blockquote><div><br></div></div>The only problem with this is that it's GCC-specific; I'm unsure how other compilers (i.e., compilers other than GCC) might respond to those "#pragma"s.<div><br></div><div>A better solution would be to add</div><div><span class="Apple-tab-span" style="white-space:pre">     -DTIME_BASE=int</span></div><div>to the COMPILE_OPTS line in "config.macosx", and then rerun "genMakefiles macosx" (and then recompile).</div><div><br></div><div>If that works OK with you, then let us know, and I'll make this change (to "config.macosx") in the next release of the software.</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>