<div dir="ltr"><div><br></div><div>Yes sorry, i mistake the correct definition is :</div><div><br></div><div>#ifdef __APPLE__<br>typedef __darwin_suseconds_t time_base_useconds;<br>#else<br>typedef time_base_seconds time_base_useconds;<br>#endif</div><div><br></div><div>Actually, before my toolchain was using a toolchain on MacOS 11 BigSur and i got no warning. I recently updated to MacOSX 26 Tahoe, and the warning appears.</div><div></div><div>This warning appear when building with : Apple clang version 17.0.0 (clang-1700.6.4.2)</div><div><br></div><div>But i don't have the warning when building livemedia, but when i build my application using livemedia through inclusion of BasicUsageEnvironment/BasicUsageEnvironment.hh.</div><div></div><div>The main issue is that it generates some warnings in my CI at compilation step.</div><div><br></div><div>I fixed it locally, but it could be nice to have a fix directly included in a future release.</div><div><br clear="all"></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr" style="margin-left:0pt" align="left"><table style="border:none;border-collapse:collapse"><colgroup><col width="494"></colgroup><tbody><tr style="height:0pt"><td style="vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Roboto,sans-serif;color:#434343;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">Eric BEUQUE</span><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"> - </span><span style="font-size:10pt;font-family:Roboto,sans-serif;color:#ea5f0e;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">Software architect / developer</span></p></td></tr><tr style="height:0pt"><td style="border-bottom:solid #ea5f0e 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:10pt;font-family:Roboto,sans-serif;color:#434343;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">T. 03 81 51 90 99 | <a href="http://www.seek-one.fr" target="_blank">www.seek-one.fr</a></span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt">6B rue Christiaan Huyguens 25000 BESANCON</p></td></tr><tr style="height:0pt"><td style="border-top:solid #ea5f0e 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><span style="border:none;display:inline-block;overflow:hidden;width:480px;height:72px"><img src="https://lh5.googleusercontent.com/l_3WCNyvBXGK3EMWpwx2Pu__Zk8t1spCvnKOihiKAbgffMbPdFp4xodc-q1TSsbEATFA3s02BIujWtbr7lb4YzYbQ0zZ2fqDQaPgztLbYQZy9xgpGfkSiCWcja9JsE-vkimuzH7qzyB02MnyWiAz_ey19N-HvgTbISasDIdwEDA7ohgBMEl0msZg" style="margin-left:0px;margin-top:0px" width="480" height="72"></span></span></p></td></tr></tbody></table></div></div></div></div><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Le lun. 9 mars 2026 à 13:51, Ross Finlayson <<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It’s apparently a bit more complicated than that, because on my (MacOS) system at least, I get no warning when I build DelayQueue.o.  (Also,I think you meant #ifndef rather than #ifdef :-)<br>
<br>
Fixing this is low priority, because the useconds value is always <1000000, so there will never be any overflow if it’s stored in a (32-bit) int.<br>
<br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" rel="noreferrer" target="_blank">http://www.live555.com/</a><br>
<br>
<br>
_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" rel="noreferrer" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</blockquote></div>