fix warning for tcctest.c introduced with my last commit
This commit is contained in:
@ -1269,7 +1269,7 @@ struct complexinit0 {
|
|||||||
|
|
||||||
struct complexinit {
|
struct complexinit {
|
||||||
int a;
|
int a;
|
||||||
struct complexinit0 *b;
|
const struct complexinit0 *b;
|
||||||
};
|
};
|
||||||
|
|
||||||
const static struct complexinit cix[] = {
|
const static struct complexinit cix[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user