mirror of
https://github.com/frida/tinycc
synced 2024-11-24 16:49:44 +03:00
fix warning for tcctest.c introduced with my last commit
This commit is contained in:
parent
ab73c9bc4e
commit
85642f887c
@ -1269,7 +1269,7 @@ struct complexinit0 {
|
||||
|
||||
struct complexinit {
|
||||
int a;
|
||||
struct complexinit0 *b;
|
||||
const struct complexinit0 *b;
|
||||
};
|
||||
|
||||
const static struct complexinit cix[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user