It’s a good practice to always treat compiler warnings as errors, to ensure your code is correct, so it’s a little annoying when the compiler warnings are not necessarily true.* For instance, you have an enumeration like the following: TMeasuredFrom = (mfCenter, mfUpstream, mfTopLeft); ...
More...