diff options
| author | Jaroslav Kysela <perex@perex.cz> | 2011-02-22 13:55:21 +0100 |
|---|---|---|
| committer | Jaroslav Kysela <perex@perex.cz> | 2011-02-22 13:55:21 +0100 |
| commit | 85642f887cc2312a0c8d5bee5c838347a24ba835 (patch) | |
| tree | fe88e57ca0339e9af620d3c64a776b55f9e1b8da /tests | |
| parent | ab73c9bc4ef858022e7f2a1725ce010de19c165d (diff) | |
| download | tinycc-85642f887cc2312a0c8d5bee5c838347a24ba835.tar.gz tinycc-85642f887cc2312a0c8d5bee5c838347a24ba835.tar.bz2 | |
fix warning for tcctest.c introduced with my last commit
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tcctest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcctest.c b/tests/tcctest.c index 1f0fc29..4c72047 100644 --- a/tests/tcctest.c +++ b/tests/tcctest.c @@ -1269,7 +1269,7 @@ struct complexinit0 { struct complexinit { int a; - struct complexinit0 *b; + const struct complexinit0 *b; }; const static struct complexinit cix[] = { |
