Date: Wed, 24 Dec 1997 16:26:51 +0200 (IST) From: Eli Zaretskii To: Grzegorz Adam Hankiewicz cc: djgpp AT delorie DOT com Subject: Re: The warning <-- Solved. Thank you In-Reply-To: <34a0fad9.7080989@news.jet.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 24 Dec 1997, Grzegorz Adam Hankiewicz wrote: > Thanks to all who answered. I've compiled successfully the following > code without any warnings: > > char line[4][2] = { > {2,1,2,1}, > {3,4,2,1} > }; I don't think this is the correct initialization. The correct one should include 4 arrays of 2 numbers, not 2 arrays of 4.