From 85642f887cc2312a0c8d5bee5c838347a24ba835 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 22 Feb 2011 13:55:21 +0100 Subject: [PATCH] fix warning for tcctest.c introduced with my last commit --- tests/tcctest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tcctest.c b/tests/tcctest.c index 1f0fc290..4c720472 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[] = {