win: Fix clang warning in SECURITY_DESCRIPTOR construction

c:\src\cr\src\third_party\crashpad\crashpad\util\win\registration_protocol_win.cc(193,23):  error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
                      SECURITY_MANDATORY_LABEL_AUTHORITY,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\src\depot_tools\win_toolchain\vs_files\d5dc33b15d1b2c086f2f6632e2fd15882f80dbd3\win_sdk\Include\10.0.10586.0\um\winnt.h(9068,54):  note: expanded from macro 'SECURITY_MANDATORY_LABEL_AUTHORITY'
                                                     ^~~~~~~~~~~~
1 error generated.

R=mark@chromium.org
BUG=chromium:656800

Change-Id: I1121a42ca98d8a7432e247d4b44a9ad1214d4b39
Reviewed-on: https://chromium-review.googlesource.com/418010
Reviewed-by: Mark Mentovai <mark@chromium.org>
1 file changed
tree: 2f9c98cf1e0437061d630185753437228bafdf98
  1. build/
  2. client/
  3. compat/
  4. doc/
  5. handler/
  6. minidump/
  7. snapshot/
  8. test/
  9. third_party/
  10. tools/
  11. util/
  12. .clang-format
  13. .gitignore
  14. AUTHORS
  15. codereview.settings
  16. CONTRIBUTORS
  17. crashpad.gyp
  18. DEPS
  19. LICENSE
  20. navbar.md
  21. package.h
  22. README.md
README.md

Crashpad

Crashpad is a crash-reporting system.

Documentation

Source Code

Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.

Other Links