Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scheduler: Fix build failure on Linux with '-Werror -Wall'
The string which we add into array stays `const` after fixing #814 (because `strdup()`, which caused memory leak returned `char *`) and compiler fails because of it if it runs with '-Werror -Wall'.
- Loading branch information