diff options
author | fanquake <fanquake@gmail.com> | 2022-09-15 15:29:22 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-09-15 15:32:29 +0100 |
commit | f332c4f64d52e82211c1199bbd5bab2c6bfc57f4 (patch) | |
tree | eda6e37139e742c2682ad85ca53900cd3c8d3d64 /src/compat/stdin.cpp | |
parent | 20f03a5aedc2de39453d196c9b1ce2a537367bb9 (diff) | |
parent | 02c9e564687af6ae2b0b6589108d502963f879cb (diff) |
Merge bitcoin/bitcoin#26090: fs: fully initialize `_OVERLAPPED` for win32
02c9e564687af6ae2b0b6589108d502963f879cb fs: fully initialize _OVERLAPPED for win32 (Cory Fields)
Pull request description:
```bash
fs.cpp: In member function ‘bool fsbridge::FileLock::TryLock()’:
fs.cpp:129:32: error: missing initializer for member ‘_OVERLAPPED::InternalHigh’ [-Werror=missing-field-initializers]
129 | _OVERLAPPED overlapped = {0};
| ^
fs.cpp:129:32: error: missing initializer for member ‘_OVERLAPPED::<anonymous>’ [-Werror=missing-field-initializers]
fs.cpp:129:32: error: missing initializer for member ‘_OVERLAPPED::hEvent’ [-Werror=missing-field-initializers]
```
Came up in #25972. That PR is now rebased on this change.
Closes: #26006
ACKs for top commit:
sipsorcery:
tACK 02c9e564687af6ae2b0b6589108d502963f879cb.
hebasto:
ACK 02c9e564687af6ae2b0b6589108d502963f879cb, tested on Linux x86_64:
Tree-SHA512: 6a0495c34bd952b2bb8c994a1450da7d3eee61225bb4ff0ce009c013f5e29dba94bb1c3ecef9989dc18c939909fdc8eba690a38f96da431ae9d64c23656de7d0
Diffstat (limited to 'src/compat/stdin.cpp')
0 files changed, 0 insertions, 0 deletions