"j t" <mark473@xxxxxxxxx> writes: > Excuse my newbieness, but is there a gcc switch that enables warnings > from implicit narrowing (int -> short, for example), or is this best > obtained from other software such as lint/splint? -Wconversion does this, in newer versions of gcc. Ian