Merge pull request #3380 from martin-frbg/structwarn

Remove extraneous qualifiers from struct definition
This commit is contained in:
Martin Kroeker
2021-09-15 07:19:09 +02:00
committed by GitHub

View File

@@ -2695,7 +2695,7 @@ static volatile struct {
} memory[NUM_BUFFERS];
static volatile struct newmemstruct
struct newmemstruct
{
BLASULONG lock;
void *addr;