--- peternilsson42 wrote:

>   "-Wconversion Warn for implicit conversions that may alter
>    a value. ... "
> 
> Integral promotions don't alter the value.
> 
> Maybe you need -Wsign-conversion

gcc -Wall -Wsign-conversion problem.c -o problem
cc1: error: unrecognized command line option "-Wsign-conversion"

Reply via email to