diff --git a/cwCsv.cpp b/cwCsv.cpp index c6aa024..3db4498 100644 --- a/cwCsv.cpp +++ b/cwCsv.cpp @@ -113,6 +113,7 @@ namespace cw continue; state = c==dquote ? kInQuotedField : kInField; + [[fallthrough]]; case kInField: if(c == field_seperator_char )