Avoid overlap with base field in TorController.
This fixes a new warning:
torcontrol.cpp:365:24: warning: private field 'base' is not used [-Wunused-private-field]
Avoid overlap with base field in TorController.
This fixes a new warning:
torcontrol.cpp:365:24: warning: private field 'base' is not used [-Wunused-private-field]
Avoid overlap with `base` field in TorController.
This fixes a new warning:
torcontrol.cpp:365:24: warning: private field 'base' is not used [-Wunused-private-field]Does https://github.com/laanwj/bitcoin/commit/0a48b56bdc60f9dafaea7a7b2a770eb819dbfe55 really fix the warning for you?
Yes, please verify that this solves your warning @jonasschnelli .
It does not for me.
Ok, closing then
"needs backport" can be removed, as this was never merged.