mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Some warnings fixed
This commit is contained in:
parent
9c94a6943d
commit
6e02477fc6
2 changed files with 1 additions and 7 deletions
|
@ -2,13 +2,6 @@
|
|||
|
||||
static std::thread::id main_thread;
|
||||
|
||||
struct rThread
|
||||
{
|
||||
static bool IsMain() { std::this_thread::get_id() == main_thread; }
|
||||
};
|
||||
|
||||
class ThreadExec;
|
||||
|
||||
class NamedThreadBase
|
||||
{
|
||||
std::string m_name;
|
||||
|
|
|
@ -5,6 +5,7 @@ class func_caller
|
|||
{
|
||||
public:
|
||||
virtual void operator()() = 0;
|
||||
virtual ~func_caller(){};
|
||||
};
|
||||
|
||||
namespace detail
|
||||
|
|
Loading…
Add table
Reference in a new issue