mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 06:04:47 +00:00
[Support][Error] Suppress warning about unused result.
llvm-svn: 280059
This commit is contained in:
parent
03a8d17bfb
commit
73f62f5441
@ -646,7 +646,7 @@ public:
|
||||
#endif // NDEBUG
|
||||
{
|
||||
new (getErrorStorage()) Error();
|
||||
!!*getErrorStorage();
|
||||
(void)!!*getErrorStorage();
|
||||
}
|
||||
#endif // _MSC_VER
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user