Skip to content

Commit fcff2f2

Browse files
committed
Fix CID 1242849 (Unused value)
Signed-off-by: Stefan Weil <[email protected]>
1 parent eabd10d commit fcff2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opencl/openclwrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ static ds_status writeProfileToFile(ds_profile *profile,
544544
} break;
545545
default:
546546
status = DS_UNKNOWN_DEVICE_TYPE;
547-
break;
547+
continue;
548548
};
549549

550550
fwrite(DS_TAG_SCORE, sizeof(char), strlen(DS_TAG_SCORE), profileFile);

0 commit comments

Comments
 (0)