src: fixed clang warnings

This commit is contained in:
Eberhard Graether
2016-08-06 12:53:17 +02:00
parent f7de8d017a
commit 3c88998c10
7 changed files with 12 additions and 4 deletions
@@ -4,6 +4,8 @@ std::string TokenComponentAccess::getAccessString(AccessKind access)
{
switch (access)
{
case ACCESS_NONE:
break;
case ACCESS_PUBLIC:
return "public";
case ACCESS_PROTECTED: