Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplement LAZY_STREAM with a switch
This trades warnings with C4715 (not all control paths return a value) and C4127 (conditional expression is constant). We explicitly disable C4127 so fingers crossed that no other problem pops up when rolling this into crashpad. This also gets rid of logging::LogMessageVoidify which is nice. Bug: chromium:40254046 Change-Id: I52274f3e66d84507c48f019a66ebabebe80ca912 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/mini_chromium/+/5907040 Reviewed-by: Mark Mentovai <mark@chromium.org>
- Loading branch information