pothosware / PothosCore

The Pothos data-flow framework
https://github.com/pothosware/PothosCore/wiki
Boost Software License 1.0
302 stars 48 forks source link

PothosStandardFlags: set (Apple)Clang compile flags #229

Closed ncorgan closed 3 years ago

ncorgan commented 3 years ago

This exposed some pretty legit warnings throughout.

guruofquality commented 3 years ago

Eventually this will be moved to lib where its a target_compile_options() that gets exported for clients who link the library

https://github.com/pothosware/SoapySDR/blob/master/lib/CMakeLists.txt#L47