I did "pip install cx_Freeze" on Mac OS X 10.10.1 and the clang compiler
produced 4 warnings when compiling Common.c, of the form:
...comparison of unsigned expression < 0 is always false
if (linksize < 0)... or if (status < 0)...
It looks as if those four if statements will always take the "else" path.
Is this significant?
Thanks,
Dave Cortesi
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users