Skip to content

Commit

Permalink
Win warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Oct 22, 2023
1 parent b59940a commit a859020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/ffs/ffs/fm/fm_formats.c
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@ static void hashlittle2(
{
static const uint64_t skey[2] = {0xECB8FF2F434B2FBB, 0xB4E298A99A71F723 };
INT4 output[2];
siphash(data, length, &ske4y, (uint8_t*) &output[0], sizeof(output));
siphash(data, length, &skey, (uint8_t*) &output[0], sizeof(output));
*pc = output[0];
*pb = output[1];
}
Expand Down

0 comments on commit a859020

Please sign in to comment.