mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
Fix one more [-Werror,-Winconsistent-missing-override] error.
llvm-svn: 221232
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
bool &quit);
|
||||
|
||||
virtual bool
|
||||
GetThreadSuffixSupported ()
|
||||
GetThreadSuffixSupported () override
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user