[all-commits] [llvm/llvm-project] 2b5502: [NFC] Use value initializer for OVERLAPPED
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Aug 7 11:18:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2b5502c3503ececff3b3da1026cd635b026eced6
https://github.com/llvm/llvm-project/commit/2b5502c3503ececff3b3da1026cd635b026eced6
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-08-07 (Fri, 07 Aug 2020)
Changed paths:
M llvm/lib/Support/Windows/Path.inc
Log Message:
-----------
[NFC] Use value initializer for OVERLAPPED
To fix
../llvm/lib/Support/Windows/Path.inc(1265,21): warning: missing field
'InternalHigh' initializer [-Wmissing-field-initializers]
OVERLAPPED OV = {0};
Differential Revision: https://reviews.llvm.org/D85480
More information about the All-commits
mailing list