Merge pull request #3380 from martin-frbg/structwarn
Remove extraneous qualifiers from struct definition
This commit is contained in:
commit
fa8bf57768
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue