L-Acoustics / avdecc

A set of open source libraries for controlling AVB entities using the AVDECC (IEEE 1722.1) protocol compliant to Avnu Milan Specifications
GNU Lesser General Public License v3.0
90 stars 21 forks source link

Linux: doesn't compile with g++ 13 #149

Open benoit-quiniou opened 6 months ago

benoit-quiniou commented 6 months ago

This is due to new default warning flags in g++ release.Can be fixed with adding:

set(CMAKE_CXX_FLAGS "-Wno-c++20-compat")

to the CMakeLists.txt.