diff options
Diffstat (limited to 'tools/atree/files.cpp')
-rw-r--r-- | tools/atree/files.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/atree/files.cpp b/tools/atree/files.cpp index d5c8a977dd..b90f8b3d28 100644 --- a/tools/atree/files.cpp +++ b/tools/atree/files.cpp @@ -81,7 +81,7 @@ split_line(const char* p, vector<string>* out) state = TEXT; break; } - // otherwise fall-through to TEXT case + [[fallthrough]]; case TEXT: if (state != IN_QUOTE && isspace(*p)) { if (q != p) { |