pass: parser: Change num_of_cpus and first_cpu into signed type 68/281568/1 accepted/tizen/unified/20220922.114008
authorDongwoo Lee <dwoo08.lee@samsung.com>
Tue, 20 Sep 2022 03:22:01 +0000 (12:22 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Tue, 20 Sep 2022 03:22:01 +0000 (12:22 +0900)
commit3b9904360a97fb5d2adcef5b0305120858d52150
tree54c3035979c753fb9bcd53eeb16a9667e258f202
parent588af681c5c6e7d194b3c479c8e98d2d7b1d17ea
pass: parser: Change num_of_cpus and first_cpu into signed type

Since two variable is unsigned so it can be never be less than zero,
but in order to check error case they are needed to be negative.

Change-Id: Ib60fafeee7c1352d6cf3d63e8e4f9c6e6e7f68ce
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
src/pass/pass.h