[Bug c/19435] spurious warnings with nested array constructors
--- Additional Comments From mmikucionis at gmail dot com 2005-01-21 14:31 --- my last comment was close to this bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18926 sorry -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19435
[Bug c/19435] spurious warnings with nested array constructors
--- Additional Comments From mmikucionis at gmail dot com 2005-01-21 13:37 --- I have very similar situation but with even worse results: struct foo { int i; char* s[]; } arr[] = { { 1, { "first", "second" } }, { 2, { "third", &quo