Fix comparison of unsigned integers

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2015-11-02 10:18:27 +00:00
parent 52a393a311
commit 2643793255
2 changed files with 5 additions and 4 deletions
-2
View File
@@ -249,8 +249,6 @@ int main(int argc, char **argv)
case 'r':
num_relocs = atoi(optarg);
if (num_relocs < 0)
num_relocs = 0;
break;
}
}