mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix more -Wsign-compare warnings (#1779)
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
39cca992b8
commit
d7f24a7986
@@ -3145,7 +3145,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
int _subCaseId;
|
||||
size_t _subCaseId;
|
||||
struct TestDefinition _subCase;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user