Date: Fri, 25 Sep 1998 13:55:14 +0200 (MET DST) From: Olivier Perron To: djgpp AT delorie DOT com Subject: About gcc warning messages Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Hi, I can't find in gcc docs how to tell gcc to emit a warning message when the code contains following statement: a = b; when a is defined as a short and b as a long. I think gcc should emit a warning message telling that the conversion may loose some significant digits, or something like that.