Fix some compiler warnings with MSVC 2015.

llvm-svn: 257671
This commit is contained in:
Zachary Turner
2016-01-13 21:22:00 +00:00
parent 673cf7e80b
commit a505be4e5d
6 changed files with 8 additions and 3 deletions

View File

@@ -118,6 +118,8 @@ public:
return false;
else
return true;
default:
return false;
}
}