From dd09f0173e90f98ec382ef5ce1ddf4d1eb7c67e8 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 14 Sep 2021 21:52:26 +0200 Subject: [PATCH] Remove extraneous qualifiers from struct definition --- driver/others/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/others/memory.c b/driver/others/memory.c index 48067923e..0185fa683 100644 --- a/driver/others/memory.c +++ b/driver/others/memory.c @@ -2695,7 +2695,7 @@ static volatile struct { } memory[NUM_BUFFERS]; -static volatile struct newmemstruct +struct newmemstruct { BLASULONG lock; void *addr;