Skip to content

Commit

Permalink
Fix CID 1242849 (Unused value)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jun 30, 2018
1 parent eabd10d commit fcff2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opencl/openclwrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ static ds_status writeProfileToFile(ds_profile *profile,
} break;
default:
status = DS_UNKNOWN_DEVICE_TYPE;
break;
continue;
};

fwrite(DS_TAG_SCORE, sizeof(char), strlen(DS_TAG_SCORE), profileFile);
Expand Down

0 comments on commit fcff2f2

Please sign in to comment.