pothosware / SoapyPlutoSDR

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

fix "will be initialized after" warnings #26

Closed nunojpg closed 4 years ago

zuckschwerdt commented 4 years ago

Which compiler do you use? I remember that we already touched that line at least once. Is the ordering stable?

nunojpg commented 4 years ago

The initialization order is the one the members are declared at the header. That was always the case in C++. So yes, it's absolutely stable.

zuckschwerdt commented 4 years ago

Great, thanks!