mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
Eliminate "control reaches end of non-void function" warnings.
llvm-svn: 32225
This commit is contained in:
parent
38062acebb
commit
5bf28d5efe
@ -31,16 +31,19 @@ Mutex::~Mutex()
|
||||
bool
|
||||
Mutex::acquire()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
Mutex::release()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
Mutex::tryacquire( void )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user