Coverity: add comment that fall-through is intentional.
This commit is contained in:
parent
129ce9a5dd
commit
58614e53fd
@ -31,6 +31,7 @@ namespace cling {
|
||||
case '*':
|
||||
if (commentTok == '*')
|
||||
return true;
|
||||
// intentional fall-through:
|
||||
default:
|
||||
commentTok = 0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user