Skip to content

Instantly share code, notes, and snippets.

@zao
Created February 28, 2018 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zao/ef9d32d131c3cd38046aae60018d7c79 to your computer and use it in GitHub Desktop.
Save zao/ef9d32d131c3cd38046aae60018d7c79 to your computer and use it in GitHub Desktop.
In file included from /tree/hpx/src/runtime/threads/threadmanager.cpp:26:
In file included from /tree/hpx/hpx/runtime/threads/policies/schedulers.hpp:25:
/tree/hpx/hpx/runtime/threads/policies/periodic_priority_queue_scheduler.hpp:52:14: warning: 'start_periodic_maintenance' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void start_periodic_maintenance(
^
/tree/hpx/src/runtime/threads/threadmanager.cpp:729:17: note: in instantiation of template class 'hpx::threads::policies::periodic_priority_queue_scheduler<std::mutex, hpx::threads::policies::lockfree_fifo, hpx::threads::policies::lockfree_fifo, hpx::threads::policies::lockfree_lifo>' requested here
local_sched_type::init_parameter_type init(num_threads_in_pool,
^
/tree/hpx/hpx/runtime/threads/policies/scheduler_base.hpp:408:22: note: overridden virtual function is here
virtual void start_periodic_maintenance(
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment