summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-07-25 10:00:42 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-07-25 10:00:42 +0200
commita438ef999be43b5d5ad0cfabe61e17bc7bc10028 (patch)
treee960c8c772fce00400729f67d47ec6a17be61055 /searchsummary
parentb4be762630e273ab8913261ad8b2a0a38353de2f (diff)
No fallthrough here.
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp b/searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp
index 4bdf91e9434..363898a8c4e 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp
@@ -49,7 +49,7 @@ ResType inferType(const IAttributeVector & vec) {
switch (t) {
case BasicType::TENSOR:
retval = RES_TENSOR;
- //@fallthrough@
+ break;
default:
retval = RES_STRING;
}