On 8/25/07, stf_polska <stf_polska@xxxxx> wrote: > How to get a warning for this: > > int x = 469; > char y = x; Use the -Wconversion switch.
On 8/25/07, stf_polska <stf_polska@xxxxx> wrote: > How to get a warning for this: > > int x = 469; > char y = x; Use the -Wconversion switch.