Date: Mon, 29 Dec 1997 10:17:17 +0200 (IST) From: Eli Zaretskii To: Noam Rotem cc: djgpp AT delorie DOT com Subject: Re: The warning <-- Solved. Thank you In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 28 Dec 1997, Noam Rotem wrote: > Warning: excess elements in array initializer after `Mat[0]' > > My question is - why do Borland compilers treat this wrong syntax as an > error, while dgjpp only warns against it? A warning means that DJGPP is not sure that the code is wrong, and assumes that you might know what you are doing. I don't see anything wrong with this approach; you should always treat the warnings seriously and examine each of them carefully.