Eliminate warnings

This commit is contained in:
Gregory Nutt
2014-10-11 17:02:35 -06:00
parent 0c1c37bae2
commit 1a27a4d4c0
2 changed files with 12 additions and 21 deletions
+1 -1
View File
@@ -90,7 +90,6 @@
int work_signal(int qid)
{
pid_t pid;
int wndx;
int ret;
/* Get the process ID of the worker thread */
@@ -105,6 +104,7 @@ int work_signal(int qid)
#ifdef CONFIG_SCHED_LPWORK
if (qid == LPWORK)
{
int wndx;
int i;
/* Find an IDLE worker thread */