Skip to content

Commit fa8bf57

Browse files
authored
Merge pull request #3380 from martin-frbg/structwarn
Remove extraneous qualifiers from struct definition
2 parents 80346b8 + dd09f01 commit fa8bf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ static volatile struct {
26952695

26962696
} memory[NUM_BUFFERS];
26972697

2698-
static volatile struct newmemstruct
2698+
struct newmemstruct
26992699
{
27002700
BLASULONG lock;
27012701
void *addr;

0 commit comments

Comments
 (0)