add comments to suppres -Wimplicit-fallthrough warnings

Origin commit data
------------------
Branch: ni/coolstream
Commit: a497a2b86c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-09-23 18:11:47 +02:00
parent 3ee6bc66b6
commit 9fd8627bc8
12 changed files with 19 additions and 2 deletions

View File

@@ -1455,6 +1455,7 @@ bool OurReader::readToken(Token& token) {
ok = readStringSingleQuote();
break;
} // else continue
/* is a break missing here? or is this correct? */
case '/':
token.type_ = tokenComment;
ok = readComment();