pothosware / SoapyPlutoSDR

Soapy SDR plugin for PlutoSDR
https://github.com/pothosware/SoapyPlutoSDR/wiki
GNU Lesser General Public License v2.1
58 stars 22 forks source link

remove Wno-zero-length-array #54

Closed sjkelly closed 2 years ago

sjkelly commented 2 years ago

This seems to be an unsupported flag on musl platforms and older compilers, so allowing the warning permits the builds to finish.

zuckschwerdt commented 2 years ago

How does MUSL fit into this? And what older compiler exactly? Isn't this more like an outdated CMake problem?

sjkelly commented 2 years ago

Apologies for the noise. It seems to work fine with gcc v7. We were using older gcc v4.8 by default.