Coverity: add comment that fall-through is intentional.

This commit is contained in:
Axel Naumann 2017-08-22 15:02:02 -07:00 committed by sftnight
parent 129ce9a5dd
commit 58614e53fd

View File

@ -31,6 +31,7 @@ namespace cling {
case '*':
if (commentTok == '*')
return true;
// intentional fall-through:
default:
commentTok = 0;
break;