test: Make 7l-struct-any-size-array-simple compatible with default ARM gcc.
* lib/tests/scaffold/7l-struct-any-size-array-simple.c: Make "signed" explicit in signed char types.
This commit is contained in:
parent
7e23d98494
commit
e3aba5d464
|
@ -29,7 +29,7 @@ struct foo13
|
||||||
int a;
|
int a;
|
||||||
int b;
|
int b;
|
||||||
int c;
|
int c;
|
||||||
char d;
|
signed char d;
|
||||||
} __attribute__ ((packed));
|
} __attribute__ ((packed));
|
||||||
|
|
||||||
struct foo13 tab14[3];
|
struct foo13 tab14[3];
|
||||||
|
|
Loading…
Reference in a new issue