Make sure switch covers all values.

llvm-svn: 193052
This commit is contained in:
Joerg Sonnenberger 2013-10-20 17:35:46 +00:00
parent dcd5da1fd9
commit c5e53bd14a
1 changed files with 3 additions and 0 deletions

View File

@ -248,6 +248,9 @@ ProcessMessage::PrintKind(Kind kind)
case eNewThreadMessage:
str = "eNewThreadMessage";
break;
case eExecMessage:
str = "eExecMessage";
break;
}
#endif