mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
"control reaches end of non-void function" Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -721,7 +721,8 @@ int parseAndCallCommandLineTests(int argc, const char *argv[],
|
||||
{
|
||||
case TEST_PASS:
|
||||
case TEST_SKIP: return false;
|
||||
case TEST_FAIL: return true;
|
||||
case TEST_FAIL:
|
||||
default: return true;
|
||||
};
|
||||
}))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user