platformio-core
platformio-core copied to clipboard
Bug: build_src_flags has an impact on lib_deps
$ pio --version
PlatformIO Core, version 6.1.19a2
see my https://github.com/platformio/platformio-core/issues/4667#issuecomment-3240460103
in particular this is the case for "-Wpedantic" set in build_src_flags
more sources https://community.platformio.org/t/silence-warnings-for-dependencies-external-libraries/33387/14 https://community.platformio.org/t/lib-ignore-vs-build-src-filter-the-latter-was-not-working-for-me/38868
https://github.com/platformio/platform-espressif32/issues/1146
https://github.com/platformio/platformio-core/issues/4253
any maybe related: https://github.com/platformio/platformio-core/issues/4578