Fix another (see D14005) dropped return value.
There are still a couple more warnings but they seem to be false positives, so you need to build with -Wno-dangling-reference to see no warning at all with GCC 13.1.
Differential D14006
Fix a warning with GCC 13.1 Fabien on Jun 7 2023, 13:32. Authored by Tags None Subscribers None
Details
Fix another (see D14005) dropped return value. There are still a couple more warnings but they seem to be false positives, so you need to build with -Wno-dangling-reference to see no warning at all with GCC 13.1. With GCC 13.1 ninja all check-all Check they throw no warning anymore.
Diff Detail
Event Timeline
Comment Actions This is probably the missing commit : https://github.com/bitcoin/bitcoin/pull/10195/commits/bd83111a0fcfdb97204a0180bcf861d3b53bb6c2 |