commit | 160bbc42f888087097b24fbe678e90dad4b3895e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Oct 16 22:04:01 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 16 22:04:01 2018 +0000 |
tree | 17daa7e1c6c98bc5d11b9dd4c01b73600b2fd2ab | |
parent | 86fb70dcdce9e000eae77b077fa5743dadd5fa77 [diff] | |
parent | 1ce134aab751e645fc8c91d0abcac4d5d1479ae2 [diff] |
Merge "Fix implicit-fallthrough warning."
diff --git a/tools/atree/files.cpp b/tools/atree/files.cpp index d5c8a97..b90f8b3 100644 --- a/tools/atree/files.cpp +++ b/tools/atree/files.cpp
@@ -81,7 +81,7 @@ state = TEXT; break; } - // otherwise fall-through to TEXT case + [[fallthrough]]; case TEXT: if (state != IN_QUOTE && isspace(*p)) { if (q != p) {