DescriptionFix compile error with Windows clang.
This change fixes the following errors shown during compile with
Windows clang:
error: cannot pass non-trivial object of type 'ATL::CComBSTR' to variadic function; expected type from format string was 'wchar_t *' [-Wnon-pod-varargs]
Original CL: https://codereview.chromium.org/1252913009/
BUG=https://code.google.com/p/google-breakpad/issues/detail?id=662
Committed: https://code.google.com/p/google-breakpad/source/detail?r=1494
Patch Set 1 #
Messages
Total messages: 3 (1 generated)
|