Silence -Wmissing-braces warning from clang-cl
authorReid Kleckner <reid@kleckner.net>
Thu, 5 Mar 2015 18:26:58 +0000 (18:26 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 5 Mar 2015 18:26:58 +0000 (18:26 +0000)
commitf836cd08e5ef07992197e3459b384cb973d14ab7
tree32ab562429a98ef844ea2c1fbc9eec4ed4788201
parent9f7c86141659e7637fb099bc41b1e015bbb42781
Silence -Wmissing-braces warning from clang-cl

The first element of STACKFRAME64 is a struct and Clang wants us to put
braces around it's initialization. Instead, drop the zero. The result
should be the same.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231387 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Windows/Signals.inc