commit | 320fd852fb98174804e5f505773500f1cf76f3af | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue Oct 09 14:06:37 2018 -0700 |
committer | Andy Hung <hunga@google.com> | Wed Oct 10 11:12:37 2018 -0700 |
tree | 3eb8319d3076340883afe026b540c05ef7b8c50a | |
parent | 24bf51ae92285202bdbe3fa00c7c83e93c5a03e2 [diff] [blame] |
audio: fix switch to break or use FALLTHROUGH_INTENDED Test: compile, sanity Bug: 117509050 Change-Id: I9439f201b3d1f4485ab698d7bed063a02f17f8f0
diff --git a/media/libnblog/Reader.cpp b/media/libnblog/Reader.cpp index dfad332..fd53090 100644 --- a/media/libnblog/Reader.cpp +++ b/media/libnblog/Reader.cpp
@@ -269,6 +269,7 @@ case EVENT_RESERVED: case EVENT_UPPER_BOUND: body.appendFormat("warning: unexpected event %d", it->type); + break; default: break; }