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
commit fa8bf57768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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