mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
tests: fix build for wow
This commit is contained in:
parent
6e43f020ae
commit
533f58dae6
2 changed files with 6 additions and 4 deletions
|
@ -34,7 +34,8 @@
|
|||
#include <errno.h>
|
||||
#include "crypto/hash-ops.h"
|
||||
|
||||
extern volatile int use_v4_jit_flag;
|
||||
/* extern volatile int use_v4_jit_flag; */
|
||||
volatile int use_v4_jit_flag = 0;
|
||||
|
||||
static int test(const uint8_t *data, size_t len, uint64_t height)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue