mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
b652a546eb
Fix the following build failure with gcc >= 13: In file included from /home/buildroot/autobuild/instance-1/output-1/build/reproc-14.2.4/reproc++/src/reproc.cpp:1: /home/buildroot/autobuild/instance-1/output-1/build/reproc-14.2.4/reproc++/include/reproc++/reproc.hpp:95:5: error: declaration of 'reproc::options::<unnamed struct> reproc::options::env' changes meaning of 'env' [-Wchanges-meaning] 95 | } env = {}; | ^~~ /home/buildroot/autobuild/instance-1/output-1/build/reproc-14.2.4/reproc++/include/reproc++/reproc.hpp:91:5: note: used here to mean 'class reproc::env' 91 | env::type behavior; | ^~~ Fixes: - http://autobuild.buildroot.org/results/11feca3698154c255938ab3b25a34429135c31f8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
.. | ||
0001-reproc-Try-to-fix-gcc-13-build.patch | ||
0002-Fix-gcc-13-build.patch | ||
Config.in | ||
reproc.hash | ||
reproc.mk |