mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08: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