EskoDijk / ot-ns

OpenThread Network Simulator, a discrete event simulator and visualization tool for Thread networks.
https://openthread.io
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Building older OT versions (1.1, 1.2, 1.3) fails in MacOS 14 Sonoma #148

Closed EskoDijk closed 3 months ago

EskoDijk commented 6 months ago

Reason: clang compiler is more strict now when checking for unused vars. Older code contains these vars.

-DOT_COMPILE_WARNING_AS_ERROR=OFF. in the build script can solve the OT code instances of this; however MbedTLS third-party lib still contains such instance(s) and this cannot be controlled externally.