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:
Danny Milosavljevic 2020-08-22 20:59:37 +02:00
parent 7e23d98494
commit e3aba5d464
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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];