Some fixes for GCC 4.6 warning: variable set but not used
This commit is contained in:
+1
-1
@@ -174,7 +174,7 @@ main(int argc, char **argv)
|
||||
switch (mode) {
|
||||
case kList:
|
||||
if ((id != -1 && id != info.team)
|
||||
|| pattern != NULL && !strstr(info.args, pattern))
|
||||
|| (pattern != NULL && !strstr(info.args, pattern)))
|
||||
continue;
|
||||
print_fds(info);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user