On 27/01/2016 19:02, James Clarke wrote:
Going back to the streamNo change, are all the warnings just from assigning streamNo to local unsigned variables leading to a potential truncation? It seems GCC oddly doesn?t enable -Wconversion by default with -Wall (or even -Wextra), so I missed this, although of course you would need to have 2^32 streams open to run into any issues with this (and that?s not a regression given that streamNo used to be unsigned itself).
Yes, in network.cpp and basicio.cpp.
David