This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc C - No Warning when downcasting


Hi Sar,

>I want to know about which gcc command line option will give the warning when
downcasting of integer variables to short/char etc.

None.

Implicit "downcasting" from int to short or char is part of C/C++.  So such
code is completely legal and legit.

Unfortunately.

Sincerely,
--Eljay



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]