Workaround for unsupported intensity option + warning.
This commit is contained in:
parent
370be64f30
commit
9660dfc7b3
3 changed files with 60 additions and 27 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
void tick(uint64_t ticks);
|
||||
|
||||
private:
|
||||
static IWorker *create(Thread<CpuLaunchData> *handle);
|
||||
static void onReady(void *arg);
|
||||
|
||||
std::vector<Thread<T> *> m_workers;
|
||||
|
@ -60,7 +61,7 @@ private:
|
|||
|
||||
|
||||
template<>
|
||||
void Workers<CpuLaunchData>::onReady(void *arg);
|
||||
IWorker *Workers<CpuLaunchData>::create(Thread<CpuLaunchData> *handle);
|
||||
|
||||
|
||||
extern template class Workers<CpuLaunchData>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue