This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: C++: No Warning for passing value > 255 as parameter to a functionrequiring "unsigned char"
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Martin Wodok <m dot wodok at osb-ag dot de>, gcc-help at gcc dot gnu dot org
- Date: Tue, 26 Jul 2005 09:28:39 -0500
- Subject: Re: C++: No Warning for passing value > 255 as parameter to a functionrequiring "unsigned char"
Hi Martin,
The extra code could be enabled for a special build, and macro functioned
away for regular (debug and release) builds.
HTH,
--Eljay