P
poornimamprabhu
What is the compiler option which shows the mismatch of types in
assignments for C language
The option -Wconversion is not working for the g++.But it works for
gcc.
Is there a compiler option for this in CC.
My assignment is
unsigned char a;
unsigned int b;
a = b; here trucation happens ...
assignments for C language
The option -Wconversion is not working for the g++.But it works for
gcc.
Is there a compiler option for this in CC.
My assignment is
unsigned char a;
unsigned int b;
a = b; here trucation happens ...