Fix clang only build breaks
authorMatt Ellis <matell@microsoft.com>
Sat, 26 Sep 2015 00:18:34 +0000 (17:18 -0700)
committerMatt Ellis <matell@microsoft.com>
Sat, 26 Sep 2015 00:24:03 +0000 (17:24 -0700)
commit7e37fd35471bf41ae7b9ab8c2f91904a56282f05
treefd3b1c9592c2e062972723455a8db0eb6a97b2f5
parentbc30c8bcfbde566d14aa31d6427983815e62f46f
Fix clang only build breaks

Some new code from TFS was triggering this error in clang:

`error: suggest braces around initialization of subobject`

I just made the obvious fix.

Commit migrated from https://github.com/dotnet/coreclr/commit/bc966c6018f2e0e467d56fda62f2cbdaa63d0173
src/coreclr/src/vm/ceeload.cpp
src/coreclr/src/vm/securitymeta.cpp