[Support][Error] Suppress warning about unused result.

llvm-svn: 280059
This commit is contained in:
Lang Hames 2016-08-30 06:00:21 +00:00
parent 03a8d17bfb
commit 73f62f5441

View File

@ -646,7 +646,7 @@ public:
#endif // NDEBUG
{
new (getErrorStorage()) Error();
!!*getErrorStorage();
(void)!!*getErrorStorage();
}
#endif // _MSC_VER