christianrauch / msp

Implementation of the MultiWii Serial Protocol (MSP) for MultiWii and Cleanflight flight controller
http://www.multiwii.com/wiki/index.php?title=Multiwii_Serial_Protocol
GNU Lesser General Public License v3.0
80 stars 27 forks source link

Update for GCC 9 #39

Closed christianrauch closed 4 years ago

christianrauch commented 4 years ago

Remove the 'Value' copy constructor to fix -Wdeprecated-copy error/warning in GCC 9.1. It also adds ASIO dependency check with the ASIO_ROOT variable to point to a non-standard ASIO path.