"Framework/Kernel/src/PropertyWithValue.cpp" did not exist on "f5a2659211e34e77b12788827cf1d6b679077d8d"
Russell Taylor
authored
A warning had been appeared because a PropertyWithValue<uint16_t> was being created. The reason for the warning is that the compiler turns variables of this type into ints prior to arithmetic operations, but then assigns back to the narrower type. In other cases the cast will have no effect.
Name | Last commit | Last update |
---|