aboutsummaryrefslogtreecommitdiff
path: root/src/common/macros.h
Commit message (Collapse)AuthorAgeFilesLines
* Add fallthrough annotations on new C++ switchesChristopher Grant2019-11-051-0/+45
A recent commit converted some source from C to C++. Chrome has checks against unannotated switch case fallthroughs in C++ code, so the converted source needs annotations. Bug: 990190 Change-Id: Ib92435b4877be936f837928a70b552ec4975d42a Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1898429 Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org>