Skip to content
Commit 5a008105 authored by Tarek El-Sherbiny's avatar Tarek El-Sherbiny
Browse files

mod_power_domain/unit_test: fix compiler error



On gcc 13.2.0 the following error is flagged:
error: comparison of integer expressions of different signedness:
‘int’ and ‘enum pd_idx’ [-Werror=sign-compare]

Positive enum should be compared against unsigned variables.

Signed-off-by: Tarek El-Sherbiny's avatarTarek El-Sherbiny <tarek.el-sherbiny@arm.com>
parent 2da65a42
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment