Date: Mon, 28 Sep 1998 10:14:02 +0200 (MET DST) From: Olivier Perron X-Sender: perron AT rtbsci158s To: djgpp AT delorie DOT com Subject: About gcc warning messages Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.