mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
add comments to suppres -Wimplicit-fallthrough warnings
This commit is contained in:
committed by
Jacek Jendrzej
parent
9e2a7d7f79
commit
971f3703a6
@@ -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();
|
||||
|
Reference in New Issue
Block a user