Common Compiler Warnings for 64-bit Applications
As you port your 32-bit code to ensure that it is 64-bit ready, you might see certain compiler warnings when you compile your project. Review the following list of common compiler warnings to help you as you port your code.
- Warning: assigning to 'int' from 'size_t' (aka 'unsigned long long') might lose data
- Warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long long') to 'int'