RAD Studio
ContentsIndex
PreviousUpNext
W8079: Mixing pointers to different 'char' types

(Command-line option to display warning: -wucp) 

You converted a signed char pointer to an unsigned char pointer, or vice versa, without using an explicit cast. (Strictly speaking, this is incorrect, but it is often harmless.)

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!