[wx-dev] wxVariant stores "char"
ABX
abx at abx.art.pl
Mon Oct 2 00:09:52 PDT 2006
> currently wxVariant stores (among others) values
> of type "char". I can see some sense in storing
> "wxChar" and in storing "unsigned char" in the
> sense of a byte, but "char"? Anyone against
> changing that to "wxChar" and "unsigned char"?
..\..\src\common\variant.cpp(708): Warning! W389: col(14) integral value may
be truncated during assignment or initialization
This is because the code is still using Write8 for writing. I have changed it
to '<<' operator for now.
ABX
More information about the wx-dev
mailing list