mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 06:29:06 +08:00
Merge pull request #700 from Philosoph228/werror-fix
Fix unused variable for Win32 build in random_seed.c
This commit is contained in:
@@ -271,7 +271,6 @@ static int get_cryptgenrandom_seed(int *seed)
|
||||
{
|
||||
HCRYPTPROV hProvider = 0;
|
||||
DWORD dwFlags = CRYPT_VERIFYCONTEXT;
|
||||
int r;
|
||||
|
||||
DEBUG_SEED("get_cryptgenrandom_seed");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user