mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
Silence compiler warnings in ThreadPoolInterface.h.
This commit is contained in:
parent
82772e8d9d
commit
febd09dcc0
@ -21,8 +21,8 @@ class ThreadPoolInterface {
|
|||||||
|
|
||||||
// Submits a closure to be run by threads in the range [start, end) in the
|
// Submits a closure to be run by threads in the range [start, end) in the
|
||||||
// pool.
|
// pool.
|
||||||
virtual void ScheduleWithHint(std::function<void()> fn, int start,
|
virtual void ScheduleWithHint(std::function<void()> fn, int /*start*/,
|
||||||
int end) {
|
int /*end*/) {
|
||||||
// Just defer to Schedule in case sub-classes aren't interested in
|
// Just defer to Schedule in case sub-classes aren't interested in
|
||||||
// overriding this functionality.
|
// overriding this functionality.
|
||||||
Schedule(fn);
|
Schedule(fn);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user