Discussion:
unknown
2003-03-17 04:31:00 UTC
Permalink
Lines 55, 64, 73, 85 and 91 in uuid.h generate a
warning about data loss. The conversion from unsigned
long to unsigned char you do
indeed could be potentially losing data, though in this
case that
probably doesn't happen. It would be a matter of style
to rework the
code so that the warning doesn't happen, or to let the
compiler
ignore the warning via a #pragma. The warning code in
VC is C4244.



----------------------------------------------------------------------
Comment By: Pierre Phaneuf (pphaneuf)
Date: 2003-03-16 22:31

Message:
Logged In: YES
user_id=5633

slajoie seems to have just fixed these. Reopen if this isn't
the case.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=101814&aid=639885&group_id=1814
Loading...