src: fixed clang warnings

This commit is contained in:
Eberhard Graether
2017-03-15 12:58:06 +01:00
parent c8404aa83d
commit aa49fffca6
6 changed files with 15 additions and 7 deletions
+2
View File
@@ -67,5 +67,7 @@ LanguageType getLanguageTypeForProjectType(ProjectType t)
default:
break;
}
return LANGUAGE_UNKNOWN;
}